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

read child window data

Status
Not open for further replies.

fayna

Programmer
Jan 14, 2002
35
ES
Hi!I'd like to know how to read child window data from its parent.
Thanks
 
fayna, search for window.. there are several exapmles in these threads..

AB
 
use this:

<script language=&quot;JavaScript&quot;>
<!--
var info;
info = <child name>.<form name>.<data object name>.value;

blablabla

//-->
</script> Everyone has a right to my opinion.
E-mail me at caswegkamp@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top