Navigates the window to the specified location and displays the contents in folder view.
dhtml语法
sRetVal = httpFolder.navigate(sHTTP)
Parameters
sHTTP |
Required.
Stringthat specifies any valid HTTP address. |
Return Value
String.?Returns OK if successful, or an error message otherwise.
Remarks
The navigate method is a shortcut whose function is identical to that of the navigateframe method with the _self for the target.
是否符合公共标准
There is no public standard that applies to this method.
Applies To