What do we mean by History.Back method in Javascript?

 Posted by Rajesh_Kumar on 2/21/2014 | Category: JavaScript Interview questions | Views: 2238 | Points: 40
Answer:

The History.Back() is an static method which loads previous URL from the history list.This is the same as clicking the "Back button" in our browser.

Note: This method will not work if the previous page does not exist in the history list.

Syntax:
history.back()


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response