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

Q888 How can I change the location of the browser to a previous entry in the history object, specifying the url rather than the relative location in the history object?

irt.org | Knowledge Base | JavaScript | History | Q888 [ previous next ]

Q888 How can I change the location of the browser to a previous entry in the history object, specifying the url rather than the relative location in the history object?

This is possible in JavaScript 1.1 only:

<script language="JavaScript1.1"><!--
history.go('pagename.html')
//--></script>

It revists the most recently visited location contain the string 'pagename.html'.

Apparently, this does not work in Internet Explorer 4.

Feedback on 'Q888 How can I change the location of the browser to a previous entry in the history object, specifying the url rather than the relative location in the history object?'


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.