Interface HistoryFunctions
- All Superinterfaces:
JS5ObjectFunctions, JSObjectFunctions
- All Known Implementing Classes:
History
-
Method Summary
Modifier and TypeMethodDescriptionvoidback()function back - Loads the previous URL in the history list.voidforward()function forward - Loads the next URL in the history list.voidfunction go - Loads a specific URL from the history list.voidfunction go - Loads a specific URL from the history list.Methods inherited from interface JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
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:
-