ImagesEnabled Property

 

Type: Boolean

 

Returns True if the browser is configured to display images, or False if the user has disabled images.

 

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

 

Example:

<%

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

bhObj.SetExtProperties "ImagesEnabled"

bhObj.GetExtPropertiesEx

%>

<html>

Images enabled? <% =bhObj.ImagesEnabled %>

</html>

 

Special notes for this property: