JavaScript History Object
The JavaScript History Object is property of the window object.
Properties
- current - The current document URL.
- length - The number of entries in the history object.
- next - The URL of the next document in the history object.
- previous - The URL of the last document in the history object.
Methods
|
|