public interface LocationFunctions extends JS5ObjectFunctions
hasOwnProperty| Modifier and Type | Method and Description |
|---|---|
void |
assign(JSString newURL)
function assign(newURL) method loads a new document
|
void |
reload(JSBoolean optionalArg)
function reload(optionalArg) - Reload the current document
|
void |
replace(JSString arg)
function replace(newURL) - method replaces the current document with a new one
|
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOfvoid assign(JSString newURL)
newURL - void reload(JSBoolean optionalArg)
optionalArg - - default false which reloads the page from the cache. Set this paramter to true if you want to force the browser to get the page from the servervoid replace(JSString arg)
newURL -