Thursday, July 5, 2007

window.open & window.showModalDialog

How to return(set) value to the popup-window's opener.

Example 1: Using the window.open

Opener Page
window.open();

Example 2: Using the window.showModalDialog

Opener Page
window.showModalDialog("iframePage.html", this);

No comments: