Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q962 Is there anyway to refresh the current document?

irt.org | Knowledge Base | JavaScript | Redirect | Q962 [ previous next ]

Q962 Is there anyway to refresh the current document?

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?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.