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 |
Explain “use strict” ?
What is the difference between programing language and scripting language.?
Describe briefly the major use of java script on client side
How to set a html document's background color?
How to setting a cookie with the contents of a textbox?
What are the advantages of javascript?
What's the purpose of javascript?
What is the difference between an Anonymous Function and a named function?
How do you disable javascript?
List some data types supported by javascript?
What are arrays in javascript?
What is the role of a strict mode in javascript?