[PHP] Re: Filling a text field from a different window From: _lallous (elias_bachaalany <email protected>)
Date: 11/16/01

You can do that only if you've got a reference to the window you want to
change its properties.

the reference is obtained like this:

<script>
var w = window.open('file.htm');
w.document.theform.theControl.theProperty = someValue here;
</script>

"Carlo loiudice" <porcapuzza <email protected>> wrote in message
news:20011116105102.9980.qmail <email protected>
> Hi, I'm Carlo.
>
> Is there a way (probably javascript) to fill a text
> field (or another form object) selecting from a select
> box on a window different from that where's the text
> filed ?
>
> Ciao, Carlo
>
> ______________________________________________________________________
>
> Abbonati a Yahoo! ADSL con Atlanet!
> Naviga su Internet ad alta velocitą, e senza limiti di tempo!
> Per saperne di pił vai alla pagina http://adsl.yahoo.it
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>