Thread
:
Refresh the page to all in the site on click
View Single Post
•
•
Join Date: Aug 2008
Posts: 954
Reputation:
Solved Threads: 131
essential
Offline
Posting Shark
Re: Refresh the page to all in the site on click
0
#
4
Jan 8th, 2009
Try this one instead
Help with Code Tags
html Syntax
(
Toggle Plain Text
)
<input
type
=
"button"
value
=
"refresh"
onclick
=
"window.opener.refresh();"
/
>
<input type="button" value="refresh" onclick="window.opener.refresh();" />
to note that this will only work with windows that are in the same domain...
essential
View Public Profile
Find all posts by essential