|
|
Q922 In Internet Explorer 3 how can I use the history object to go back two locations in the history of the browser?
irt.org | Knowledge Base | JavaScript | History | Q922 [ previous next ] Q922 In Internet Explorer 3 how can I use the history object to go back two locations in the history of the browser?Internet Explorer 3 only supports -1, 0 or 1 as parameters to the history objects go() method. The only possible workaround, is a frameset with a hidden frame that chnages the location of another frame twice by using the go() method twice in a row, although you'll not be able to correctly identify when the location has changed back, because Internet Explorer 3 returns zero as the value of the history objects length property - you would just have to wait a predetermined time before changing the other frames location back again:
Feedback on 'Q922 In Internet Explorer 3 how can I use the history object to go back two locations in the history of the browser?' |
-- div -->
|