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
Can an anonymous function be assigned to a variable?
What is differential inheritance?
Why it is not advised to use innerhtml in javascript?
How to associate functions with objects using javascript?
how do you declare variables in javascript?
Who created npm?
How to create objects in JavaScript?
How do you write an if statement in javascript?
To write messages to the screen without using "document.write()"?
When would you use javascript closures?
What is object freeze?
Can we learn javascript without knowing java?
Is javascript insecure?
What is break and continue statements?
What is the use of math object in javascript?