Mar 5, 2001 #1 greyone Programmer Dec 14, 2000 200 CA How do i call a function which is written in child window from the parent window
Mar 5, 2001 #2 jaredn Programmer Sep 1, 1999 1,506 US if you used (in the parent): mywin=window.open("mypage.htm" just call (from the parent): mywin.functionName() jaredn@subdimension.com - http://webfx.eae.net Upvote 0 Downvote
if you used (in the parent): mywin=window.open("mypage.htm" just call (from the parent): mywin.functionName() jaredn@subdimension.com - http://webfx.eae.net
Mar 5, 2001 Thread starter #3 greyone Programmer Dec 14, 2000 200 CA thanks a ton for that quick response jaredn Upvote 0 Downvote
Mar 5, 2001 #4 jaredn Programmer Sep 1, 1999 1,506 US no prob.. jaredn@subdimension.com - http://webfx.eae.net Upvote 0 Downvote