// myNewWindow stores the reference to the newly// created window, this provides a handle for defining// and calling methods in the New Windowvar myNewWindow = window.open('about:blank');// Lets call the alert method in our New Window// from this window (the Original Window)myNewWindow.alert('Hello From Original Window');// Lets call an alert method in our Original Window// from our New Window. So.. Lets use a timermyNewWindow.setTimeout( 'window.opener.alert(\'Hello From The New Window\')', 100);
Remember Me
a@href@title, img@src, strike