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.