AW: [Javascript] Re: filling form in parent window by popup

Michael Borchers borchers at tridem.de
Mon Feb 21 08:28:12 CST 2005


thanks everybody, works fine!

> -----Ursprüngliche Nachricht-----
> Von: Matthew Palmer [mailto:mpalmer at hezmatt.org]
> Gesendet: Montag, 21. Februar 2005 15:23
> An: javascript at LaTech.edu
> Betreff: [Javascript] Re: filling form in parent window by popup
> 
> 
> On Mon, Feb 21, 2005 at 03:18:42PM +0100, Michael Borchers wrote:
> > my main form (parent window) openes a popup.
> > the popup now includes the command to
> > fill out a field back in the parent window.
> > 
> > how to reach this field?
> > parent.document.form_name.form_field.value = '...' ?!
> 
> window.opener.document.dest_form.dest_field.value = 
> 				document.src_form.src_field.value;
> 
> - Matt
> 



More information about the Javascript mailing list