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" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to