http://www.htmlgoodies.com/tutorials/getting_started/article.php/3479551/Reloading-The-Page.htm
Reload From A User's Click
And the code:
<FORM>
<INPUT TYPE="button" onClick="history.go(0)" VALUE="Refresh">
</FORM>
<INPUT TYPE="button" onClick="history.go(0)" VALUE="Refresh">
</FORM>
No comments:
Post a Comment