Wednesday, 1 May 2013

Reload From A User's Click using html code

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>

No comments:

Post a Comment