HBCMS更多的中文手册参考:

FOLDER Attribute | folder参数属性

DHTML文档教程

Sets or retrieves a namespace extension, address, or path.

dhtml语法

XML<ELEMENT FOLDER = sFolder... >
ScriptinganchorClick.folder [ = sFolder ]

DHTML可能的值

sFolderString that specifies or receives a valid namespace extension, address, or path.

The property is read/write. The property has no default value.

Remarks

Browsers that do not support the FOLDER attribute will navigate to the location specified in the href attribute. microsoft® internet explorer 5 displays the value of the folder attribute in the browser screen instead of the value of the href attribute.

DHTML代码范例

This example uses the FOLDER attribute to specify a location to open in folder view.

<STYLE>
A {behavior:url(#default#AnchorClick);}
</STYLE>
<!--
The href points to folder.htm for browsers not supported;
the FOLDER attribute points to the local root.
-->
<A HREF = "folder.htm" FOLDER = "/" >
Open Folder
</A>

是否符合公共标准

There is no public standard that applies to this property.

Applies To

anchorClick