History

NameDescriptionReturns
back()Goes one step back.void
forward()Goes one step forward.void
go(index) Goes to a position relative to the current document. Positive values are forward, negative are backward.void
lengthReturns the number of items in the history.number
pushState(state, title, url) Adds an entry to the browser history.void
replaceState(state, title, url) Replaces the current entry in the browser history.void
stateReturns the state data associated with the current document in the browser history.object
Home 
  JavaScript Book 
    JavaScript Reference  

JavaScript Reference:
  1. Array class
  2. Date class
  3. Math class
  4. Number class
  5. String class
  6. Document
  7. History
  8. The HTMLElement Members
  9. Window
  10. Screen
  11. Navigator
  12. Location
  13. html tag and its cooresponding JavaScript class