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 -

ASP.NET Javascript: window.open won't work twice -

jquery - Opera does not change the height of the page. Why? -