Javascript Reference
Categories: window

javascript window history

@March 15, 2008, 1:22 a.m.
historyFirefox/Netscape/NN 2 IE 3 Chrome/Safari/DOM n/a  

Read-only  

Contains the history object for the current window or frame. For details, see the discussion of the history object.

 
Example
 
if (self.history.length > 4) {
    ...
}
 
Value

history object reference.

 
Default

Current history object.


Powered by Linode.