Mac OS X Reference Library Apple Developer
Search

History.idl

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

back
forward
go
pushState
replaceState

back



void back(); 

Module

window


forward



void forward(); 

Module

window


go



void go(
    in long distance); 

Module

window


pushState



void pushState(
    in any data,
    in DOMString title,
    in optional DOMString url) raises(DOMException); 

Module

window


replaceState



void replaceState(
    in any data,
    in DOMString title,
    in optional DOMString url) raises(DOMException); 

Module

window

Globals

length

length



readonly attribute unsigned long length; 

Module

window

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27