supports
The supports method tests if this DOM implementation supports a particular feature.
Syntax
boolean = element.supports(feature[, version])Parameters
feature is a string that contains the name of the feature (e.g., "")
version is a string containing the version number of the feature.
Example
Notes
If version is not supplied, the method returns true is any version of the specified feature is supported.
Specification
Netscape Communications http://developer.netscape.com |