How to go backward or forward pages using javascript?
Property | Description |
next | Property "next" represents the next page url in the history object list, if any. |
previous | Property "previous" represents the previous page url in the history object list, if any. |
current | Property "current" represents the current page url in the history object |
length | Property "length" returns the number of objects in the history list. |