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
#
2
Jan 7th, 2009
I really don't understand what you are trying to achieve here!
But you can refresh the page with this bits of code:
Help with Code Tags
html Syntax
(
Toggle Plain Text
)
<input
type
=
"button"
value
=
"refresh"
onclick
=
"window.location.reload();"
/
>
<input type="button" value="refresh" onclick="window.location.reload();" />
essential
View Public Profile
Find all posts by essential