WebStorageEnabled Property

 

Type: Boolean

 

Returns True if the visitor has their HTML5 Web Storage enabled, False if it is disabled.

 

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 "WebStorageEnabled"

bhObj.GetExtPropertiesEx

<html> Is your Web Storage enabled? <% = bhObj.WebStorageEnabled %> </html>

 

See Also:

CookiesEnabled Property