Loads the next URL from the History list.
dhtml语法
history.forward()
Return Value
No return value.
Remarks
This method performs the same action as when a user clicks the Forward button in the browser. Calling the forward method works the same as calling the go method with a parameter of 1. an error does not occur if the user tries to go beyond the end of the history. instead, the user remains at the current page.
是否符合公共标准
There is no public standard that applies to this method.
Applies To
更多语法参考
back, go