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

Q1454 Is there a way with the window object to force a refresh of the window contents using JavaScript?

irt.org | Knowledge Base | JavaScript | Window | Q1454 [ previous next ]

Q1454 Is there a way with the window object to force a refresh of the window contents using JavaScript?

It depends. Internet Explorer 4+ and Netscape Navigator 3+ can do a:

<script language="JavaScript"><!--
window.location.reload();
//--></script>

Netscape Navigator can also do:

<script language="JavaScript"><!--
forceReloadFromServer = true;
window.location.reload(forceReloadFromServer);
//--></script>

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.