javascript - Popup with parent window notification -


i have web app opens new popup window javascript , after user authenticate inside popup window want close (which window.close()) , reload window opened popup window. how that?

js-popup-code:

var w = window.open("url", "title", "width=990,height=500,resizable=yes"); w.focus(); 

opener.refresh() 

before close window.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -