Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] filling form in parent window by popup


  • From: javascript at mattbarton.org (Matt Barton)
  • Subject: [Javascript] filling form in parent window by popup
  • Date: Mon Feb 21 08:21:35 2005

Use the 'opener' object to reference the window that opened the popup.

opener.document.form.etc

Matt

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 = '...' ?!
> _______________________________________________
> Javascript mailing list
> Javascript@xxxxxxxxxx
> https://lists.LaTech.edu/mailman/listinfo/javascript
>