go
Expand Minimize
1 out of 5 rated this helpful - Rate this topic

taintEnabled method

Returns whether data tainting is enabled.

Syntax

object.taintEnabled()

Parameters

This method has no parameters.

Return value

Type: Boolean

Returns one of the following possible values:
Return valueDescription
true

Data tainting is supported.

false

Data tainting is not supported.

 

Standards information

There are no standards that apply here.

Remarks

Microsoft Internet Explorer 5 and earlier does not support data tainting and therefore always returns false.

See also

clientInformation
navigator

 

 

Send comments about this topic to Microsoft

Build date: 11/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.