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

Matthew Palmer mpalmer at hezmatt.org
Mon Feb 21 08:22:33 CST 2005


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20050222/b7bb9291/attachment.pgp>


More information about the Javascript mailing list