changing parent window from popup

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
iffo
Forum Commoner
Posts: 37
Joined: Thu Oct 05, 2006 11:56 am

changing parent window from popup

Post 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
Post Reply