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
Post a Comment