logo_michael-thomas.jpg (3143 bytes)

Refreshing a Web Page w/JavaScript

This web page has examples of how to use JavaScript to refresh/reload a web page.

IE & Netscape

  • Click here - to refresh this web page.  (IE4/NS3)
    javascript: document.location.reload();

IE 5 Only:

  • Click here - to refresh this web page using IE5 browser's function: 
    javascript: document.execCommand("Refresh");


Today's date & time is: 


Other examples

  • Click here - to launch a child window that can refresh this window.