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

Getting Dynamic URL !!!

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi,
I have a parent window from which i invoke a child window.
Now i want to refresh my parent from child window. The problem is i can use window.open and pass parent window url. But suppose the user is working in parent window, i want the url on which he is working to be refreshed rather than statically putting parent window URL into child window. Is there any way possible in javascript to do it !!!
Thanks in advance...
Sachin
(sachin_tilloo@yahoo.com)
 
I think you are trying to reload the parent window from a child window... if thats not your question try to explain again...anyways here it is:

opener.location.reload(); jared@aauser.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top