2 out of 3 rated this helpful - Rate this topic

FOLDER Attribute | folder Property

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

Syntax

XML <ELEMENT FOLDER = sFolder... >
Scripting [ sFolder = ] anchorClick.folder

Possible Values

sFolder String 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.

Example

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>

Standards Information

There is no public standard that applies to this property.

Applies To

anchorClick
Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.