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

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?

You are here: irt.org | FAQ | JavaScript | History | Q888 [ previous next ]

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

©2018 Martin Webb