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

iphone - Using nested NSDictionary with Picker -

php - accessing mysql using different server to which db connection data is located -

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