| To reload
the current page with a form button, use the following: <form>
<INPUT TYPE="button" VALUE="Refresh" onclick='location.reload()'>
</form>
To reload a page from
a link, use this:
<a href="javascript:location.reload()">
Click to Refresh This Page
</a>
|