SqmEnabled Method
Not supported. Determines whether Software Quality Monitoring (SQM) is enabled.
Not supported. Determines whether SQM is enabled.Syntax
fEnabled = window.external.SqmEnabled()
Return Value
Returns one of the following possible values:
true- SQM is enabled.
false- SQM is disabled.
Possible Exceptions
Permission denied (0x80070005) Method is not allowed in the current domain.
Remarks
SqmEnabled was introduced in Windows 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