Sets a specific feature of the DOM implementation.

[VBScript]
Public Sub SetFeature( _
   ByVal feature As String, _
   ByVal value As String _
)
[JScript]
public function SetFeature(
   feature : String,
   value : String
);

Parameters

feature
The name of the feature to set.
value
The value of the feature.

See Also

Implementation Object | Implementation Members | DOM Namespace