Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
WebDocument
.Navigate
public function
Navigate
Prototype:
function Navigate(str)
Parameters
str
a string containing the location (eg: "http://www.radgs.com")
Description:
Navigates to the given location. If the
BeginDocument
function was not called before, a
ConceptException
will be raised.
Return value:
Returns null.