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

load frame popup is closed

Status
Not open for further replies.

Ambrotos

Programmer
Mar 8, 2004
10
0
0
CA
Hi folks...

I have a popup window which is closed from a frame window. When this popup is closed I need it to reload the frame.

Any help is appreciated.

Thanks,

Ambrotos
 
in the popup window, something like this should work:

<body onunload="opener.parent.frameName.location.reload();">

=========================================================
-jeff
try { succeed(); } catch(E) { tryAgain(); }
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top