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:
If the user’s JavaScript is disabled this property will not be available.
See Also: