Answer Posted / hr@tgksolutions.com
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 |
Post New Answer View All Answers
Describe the properties of an anonymous function in JavaScript?
What is the difference between the operators '==' and '==='?
What are exports and imports?
How do I enable javascript on google?
How can you declare a class in javascript?
What is output of undefined * 2 in javascript?
Is there automatic type conversion in JavaScript?
Which built-in method sorts the elements of an array?
What is camelcase in programming?
Is there any ide for javascript?
What is js injection?
How is javascript different from java?
Is javascript multi-threaded or single-threaded?
What are the variable naming conventions in javascript?
How do you create array in javascript?