InterviewSolution
Saved Bookmarks
| 1. |
What does a History object contain?(a) URL(b) Parameters(c) Attribute values(d) Property |
|
Answer» Right choice is (a) URL For explanation: The history object contains the URLs visited by the user. By using history object, you can load previous, forward or any particular page using various methods. |
|