#fcleft">



Reload this page
This is one of the most requested scripts here at Nic's Javascript Page. Although I do have the auto-reload script out, most people don't know how to customize it and thus request for a script like this. As you can see, when you click the link, this page is reloaded. I honestly don't know what it is needed for, but you probably do.
The source..


<script language="Javascript">
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com

function rld() {
document.location.reload()
}
//-->
</script>
<a href="javascript:rld()">Reload this page</a>