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 >
- References:
- [Javascript] filling form in parent window by popup
- From: Michael Borchers
- [Javascript] filling form in parent window by popup
- Prev by Date: [Javascript] filling form in parent window by popup
- Next by Date: [Javascript] filling form in parent window by popup
- Previous by thread: [Javascript] filling form in parent window by popup
- Next by thread: [Javascript] filling form in parent window by popup
- Index(es):