Forums
This topic is locked
Refresh window from another window
Posted 22 Jan 2003 19:27:31
1
has voted
22 Jan 2003 19:27:31 Hugo Sombreireiro posted:
Hi!I'm using CHROMELESS from Microbians.com to create a window. What I would like to do is to refresh the main window by clicking in a button from within the chromeless window. I tried the window.opener trick but it doesn't work.
Can someone help me out on this?
Thanks
Hugo Sombreireiro
Replies
Replied 27 Jan 2003 17:20:39
27 Jan 2003 17:20:39 Vince Baker replied:
This will do the trick:
Copy this where you want the text to be displayed. The pop up will close however...
<a href="javascript:;" onclick="opener.location='url goes here'">Some Text here to display on page</a>
Regards
Vince
Response.write("The best line of code you can ever use"
VBScript | ASP | HTML | SQL | Oracle | Hosting
Copy this where you want the text to be displayed. The pop up will close however...
<a href="javascript:;" onclick="opener.location='url goes here'">Some Text here to display on page</a>
Regards
Vince
Response.write("The best line of code you can ever use"
VBScript | ASP | HTML | SQL | Oracle | Hosting