Path = Home : Webmaster Resources : Javascript Tips : Reload A Window
<form method="post">
<input type="button" value="Reload Window"
onclick="window.location.reload()">
</form>
<a href="javascript: window.location.reload()">Reload Window</a>
Reload WindowPlace either code where you would like the button or link to appear.