Refresh Button
Clicking this button will refresh your browser
Highlight and copy/paste into the <body> tag
<!-- STEP ONE: Paste this code into the BODY of your HTML document --> <body> <div align="center"> <script language="JavaScript"> <!-- hiding document.write('<form><input type=button value="Refresh" onClick="history.go()"></form>') // End --> </script> </div>