IECompatibilityMode Property

 

Type: Boolean

 

Returns True if the browser is Internet Explorer 8 or higher running in IE Compatibility View mode, False otherwise.

 

Note: You must call the GetExtPropertiesEx method before checking the value of this property. This property requires the Enterprise Edition of BrowserHawk.

 

Example:

<%

set bhObj = Server.CreateObject("cyScape.browserObj")

bhObj.SetExtProperties "IECompatibilityMode"

bhObj.GetExtPropertiesEx

%>

<html>

Is your browser running in IE Compatibility View mode?: <% =bhObj.IECompatibilityMode %>

</html>

 

Special notes for this property:

See Also:

BrowserBuild Property

Version Property