|
The History object is a JavaScript object, not an
HTML DOM object.
The History object is created automatically
by the JavaScript runtime engine and consists of an array of
URLs. These URLs are the URLs the user has visited within a particular
browser window.
The History object is part of the Window object and is
accessed through the window.history property of the javascript object.
IE: Internet Explorer, O:
Opera,F: Firefox.
|