public interface HistoryFunctions extends JS5ObjectFunctions
hasOwnProperty| Modifier and Type | Method and Description |
|---|---|
void |
back()
function back - Loads the previous URL in the history list.
|
void |
forward()
function forward - Loads the next URL in the history list.
|
void |
go(JSNumber arg)
function go - Loads a specific URL from the history list.
|
void |
go(JSString arg)
function go - Loads a specific URL from the history list.
|
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOfvoid back()
Historyvoid forward()
Historyvoid go(JSNumber arg)
arg - goes to the URL within the specific position (-1 goes back one page, 1 goes forward one page)History