What is the use of history object?
From the current page or another page, you can navigate back and forward to previous pages using a browser's history object. History objects can be used in three different ways.
The previous page is loaded using history.back().
The next page is loaded using history.forward().
heritage.go(number) - For forward motion, the number might be positive; for backward motion, it can be negative. The specified page number loads.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are JavaScript Cookies?
how to create a moving div?
Describe javascript and vbscript.
How to create a popup warning box?
What is undefined x 1 in JavaScript?
Can I open javascript on iphone?
Can you assign an anonymous function to a variable?
What is an example of javascript?
What are javascript objects?
How to make elements invisible?
How will you create new object in javascript?
What is a way to append a value to an array?