Returns whether data tainting is enabled.
dhtml语法
bEnabled = object.taintEnabled()
Return Value
Returns one of the following possible values:
true | Data tainting is supported. |
false | Data tainting is not supported. |
Remarks
Microsoft® Internet Explorer 5 and earlier does not support data tainting and therefore always returns false.
是否符合公共标准
There is no public standard that applies to this method.
Applies To