Oct 15, 2004 #1 slurpyx Programmer Aug 1, 2002 59 PH How do i refresh my main page from a child page(pop-up)? tnx..
Oct 15, 2004 #2 jemminger Programmer Jun 25, 2001 3,453 US from the pop-up, assuming your parent does not have frames: opener.location.reload(); ========================================================= -jeff http://www.jeffemminger.comtry { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); } Upvote 0 Downvote
from the pop-up, assuming your parent does not have frames: opener.location.reload(); ========================================================= -jeff http://www.jeffemminger.comtry { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }