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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

post to an open window

Status
Not open for further replies.

nmath

Programmer
Dec 12, 2003
47
US
I use javascript to open a popup window. Does anyone know of a way to send information that the user enters in the popup window back to the window that called it? Thanks!
 
Wow, that's a long thread!

nmath, basically you use the opener object.

opener.document.formName.fieldName.value=self.document.formName.fieldName.value;

or

opener.variableName=variableName;

Adam
while(ignorance==true){perpetuate(violence,fear,hatred);life--};
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top