HBCMS更多的中文手册参考:

navigateFrame Method

DHTML文档教程

Navigates the window or frame to the specified location and displays the contents in folder view.

dhtml语法

sRetVal = httpFolder.navigateFrame(sHTTP, sTarget)

Parameters

sHTTP Required. Stringthat specifies any valid HTTP address.
sTarget Required. Stringthat specifies one of the following values:
sNameLoads the document into the named target frame.
_selfLoads the document into the current window.
_topLoads the document into a new window.

Return Value

String.?Returns OK if successful, or an error message otherwise.

Remarks

This method requires an object with the httpfolder behavior.

是否符合公共标准

There is no public standard that applies to this method.

Applies To

httpFolder