-
Method Summary
void
function back - Loads the previous URL in the history list.
void
function forward - Loads the next URL in the history list.
void
function go - Loads a specific URL from the history list.
void
function go - Loads a specific URL from the history list.
-
Method Details
-
back
void back()
function back - Loads the previous URL in the history list.
- See Also:
-
-
forward
void forward()
function forward - Loads the next URL in the history list.
- See Also:
-
-
go
function go - Loads a specific URL from the history list.
- Parameters:
arg - goes to the URL within the specific position (-1 goes back one page, 1 goes forward one page)
- See Also:
-
-
go
function go - Loads a specific URL from the history list.
- Parameters:
arg - the string must be a partial or full URL, and the function will go to the first URL that matches the string
- See Also:
-