Type: Boolean
Returns True if the browser is built using the Gecko engine, as is the case with Netscape 6 and higher, Mozilla, and other variants. False otherwise.
Example:
<%
set bhObj = Server.CreateObject("cyScape.browserObj")
%>
<html>
Your browser is based on Gecko? <% =bhObj.Gecko %>
</html>
See Also: