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

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

The History.Forward() is an static method which loads the Next URL from the History list.The functionality is the same as pressing the forward button of the browser.

Note: This method has no parameters defined.

Syntax:
history.forward()


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response