Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: refreshing a parent window from its child?


Message #1 by "Kelly Brownsberger" <aspdev@p...> on Fri, 5 Jan 2001 20:12:52 -0000
try:
    window.opener.location.href = URL;

for frames:

    window.opener.frames[x].location.href = URL;,  where x=0....

The frame # is in the order the frames are loaded.

good luck,
dw


--- 
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