Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

popup window - text goes to main window on submit

Status
Not open for further replies.

tachyon80

Technical User
Joined
Jun 19, 2004
Messages
13
Location
US
I've seen scripts like this before but I can't find any now that I go looking for it. A popup window lets you type text in. When you hit the popup window's Submit button, its entered text goes to specific fields on the main page/window. Anyone have a script like that laying around?

Thanks!
 
in the popu use the "window.opener" object which is equal to the window object of the main page.

window.opener.document.FormName.FieldName.value="ASD"

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top