Page 1 of 1

changing parent window from popup

Posted: Wed May 28, 2008 10:03 pm
by iffo
Hi,

Is it possible to change parent window from popup.

Code: Select all

 
window.opener.element.getElementByID("tx1").value = "search result";
 
I tried that did not work