Reload Button
Script by Joe Burns
That button above will reload the page when clicked. The script is very short, so I'll just post it here. You can change what is on the button itself by changing the VALUE. Feel free to copy and paste from below.
<FORM>
<INPUT TYPE="button" VALUE="Reload Page" onClick="history.go(0)">
</FORM>
Happy reloading...
Get the above script all on one line...