Page 1 of 1

History Object of desire

Posted: Sat Dec 28, 2002 8:34 am
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?

Posted: Wed Jan 01, 2003 1:28 pm
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