History Object of desire

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Gen-ik
DevNet Resident
Posts: 1059
Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.

History Object of desire

Post by Gen-ik »

The JavaScript History Object contains an array of all of the browsers previous pages so that the browser knows where to go when the back button is pressed, or history.go(-1) is used.

Does anyone know how to view this array?
f1nutter
Forum Contributor
Posts: 125
Joined: Wed Jun 05, 2002 12:08 pm
Location: London

Post by f1nutter »

You can't view the contents of the history object, you can only manipulate the contents with numerials.

See http://developer.netscape.com/docs/manu ... /wina2.htm
Post Reply