[Javascript] windows

Iztok Polanic iztokp at amis.net
Tue May 18 06:07:49 CDT 2004


Hi!

I've made some corrections to my HTML and the script stopped working (which
is quite logicall).
It now goes like this:

1. User clicks on a link, which opens a html file with frames
2.  The middle frame should send the same variable to opener (parent window)

What should I change?

Bye,

Iztok
----- Original Message ----- 
From: "Matt Barton" <javascript at mattbarton.org>
To: "[JavaScript List]" <javascript at LaTech.edu>
Sent: Monday, May 17, 2004 3:19 PM
Subject: Re: [Javascript] windows


> From: "Iztok Polanic" <iztokp at amis.net>
> Subject: [Javascript] windows
>
>
> > parent.document.forms[0].elements[0].value = this;
>
>
> Try:
>
> opener.document.forms[0].elements[0].value
>
> HTH
>
> Matt
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript




More information about the Javascript mailing list