FOLDER Attribute | folder Property

DHTML, HTML, & CSS

FOLDER Attribute | folder Property


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

Syntax

HTML<A FOLDER = sFolder ... >
ScriptingoAnchor.folder [ = sFolder ]

Possible Values

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

The property is read/write with 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.

Sample Code

<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>

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
Version data is listed when the mouse hovers over a link, or the link has focus.
anchor

Back to topBack to top

Did you find this topic useful? Suggestions for other topics? write us!Internet Link

© 1999 microsoft corporation. all rights reserved. terms of useInternet Link.