How to return(set) value to the popup-window's opener.
Example 1: Using the window.open
Opener Page
window.open();
Opener Page
window.showModalDialog("iframePage.html", this);
How to return(set) value to the popup-window's opener.
Example 1: Using the window.open
Opener Page
window.open();
window.showModalDialog("iframePage.html", this);
Posted by accason at 6:18 AM
Labels: JavaScript
No comments:
Post a Comment