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

Refreshing a caller page.

Status
Not open for further replies.

ashvn

Programmer
Mar 21, 2001
33
MU
Hi all, I'm new to Javascript, and I'm having a small problem which most of you will find very simple. I have opened a new window (Page B) from a page (Page A) using the 'window.open' command. Now, can I refresh Page A from Page B ? If so, what command do I have to use ?

Thanks a lot.
 
pageA.reload(true); is enough in js
and opener.reload(true); will work even better ;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top