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

Part of my PHP Code..

Status
Not open for further replies.

slurpyx

Programmer
Aug 1, 2002
59
PH
How do i refresh my main page from a child page(pop-up)?

tnx..
 
from the pop-up, assuming your parent does not have frames:

opener.location.reload();

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

Part and Inventory Search

Sponsor

Back
Top