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 |
How to get inner html of an element in javascript?
How can you convert the string of any base to integer in JavaScript?
How can javascript be used to personalize or tailor a web site to fit individual users?
How will you explain closures in javascript? When are they used?
show the date in textbox when we select item (items like-- today,yesterday,lastweek,lastmonth,lastyear) from dropdownlist using javascript?
Where can I learn javascript?
List some data types supported by javascript?
What is Associative Array? How do we use it?
what is lazy fetching in hibernate
What is a string in javascript?
How to access the value of a textbox using javascript?
Can you explain about screen object?