Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q962 Is there anyway to refresh the current document?

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>

Feedback on 'Q962 Is there anyway to refresh the current document?'

©2018 Martin Webb