You are here: irt.org | FAQ | JavaScript | Redirect | Q962 [ previous next ]
In JavaScript 1.1 you can use the reload method, with a parameter of true to force the browser to reload the document from the server:
<script language="JavaScript1.1"><!-- location.reload(true); //--></script>