[Javascript] windows

Iztok Polanic iztokp at amis.net
Mon May 17 08:20:45 CDT 2004


Hi!

I'm trying to pass a variable from a child to parent window.

parent (index.htm):

win = window.open();
--------------------------------
child (something.htm):
parent.document.forms[0].elements[0].value = this;

Where is the problem? 

Bye,

Iztok



More information about the Javascript mailing list