SqmEnabled Method

Not supported. Determines whether Software Quality Monitoring (SQM) is enabled.
Syntax
fEnabled = window.external.SqmEnabled()
Return Value
Returns one of the following possible values:
trueSQM is enabled. falseSQM is disabled.
Remarks
SqmEnabled was introduced in Internet Explorer 7.
The SQM technology enables the collection of data relating to application use, performance, and errors. This data is sent to Microsoft, where improvements to products can be made based on actual user data.
This method can only be called from a "first run" page in the correct domain.
Applies To
external
See Also
CustomizeSettings
Community Additions
Show: