Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Send data to a opener window from a modal or modeless dialog


Message #1 by AAlbetski@t... on Tue, 19 Dec 2000 21:18:03 -0000
According to Micorsoft, the parent-child relationship is broken when you
use a modeless or modal dialog window (via window.showModelessdialog or
window.showModaldialog), instead use window.open, which will allow access
to the opener via "window.opener" or to any frames within the opener via
"window.opener.parent.frames[x]".






--- 
NEED TECHNICAL TIPS, TOOLS, AND INSIGHTS?  Is FREE okay?
Visit EarthWeb for the latest in IT Management, Software Development, 
Web Development, Networking & Communications, and Hardware & Systems.  
Click on http://www.earthweb.com for FREE articles, tutorials,
and discussions from the experts.
---
You are currently subscribed to javascript as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-javascript-$subst('Recip.MemberIDChar')@p2p.wrox.com

  Return to Index