Navigates the window or frame to the specified location and displays the contents in folder view.
Syntax
oDAVObject.navigateFrame(sHTTP, sTarget)
Parameters
sHTTP Required. String that specifies any valid HTTP address. sTarget Required. String that specifies the name of a frame. You can use _self for the current window, or _top for a new window.
Return Value
No return value.
Remarks
This method requires an object with the httpFolder behavior.
Applies To
httpFolder