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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -