Mar 8, 2004 #1 Ambrotos Programmer Mar 8, 2004 10 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
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
Mar 8, 2004 #2 jemminger Programmer Jun 25, 2001 3,453 US in the popup window, something like this should work: <body onunload="opener.parent.frameName.location.reload();"> ========================================================= -jeff http://www.jeffemminger.comtry { succeed(); } catch(E) { tryAgain(); } Upvote 0 Downvote
in the popup window, something like this should work: <body onunload="opener.parent.frameName.location.reload();"> ========================================================= -jeff http://www.jeffemminger.comtry { succeed(); } catch(E) { tryAgain(); }