forward method
void
forward()
The forward()
method of the History interface causes the browser
to move
forward one page in the session history. It has the same effect as calling
History.go.
This method is . Add a listener for the Window.popstate_event
event in
order to determine when the navigation has completed.
Implementation
external void forward();