Javascript Reference
Categories: Element

javascript Element behaviorUrns[ ]

@March 15, 2008, 1:22 a.m.
behaviorUrns[ ]Firefox/Netscape/NN n/a IE 5(Win) Chrome/Safari/DOM n/a  

Read-only  

Provides an array of Uniform Resource Names for all external behaviors (.htc files) associated with the element through style sheet syntax. Perhaps for security reasons, the strings entries of this array are always empty.

 
Example
 
var htcCount = document.getElementById(elementID).behaviorUrns.length;
 
Value

Array of (empty) strings.

 
Default

Array of length 0.


Powered by Linode.