BrowserHawk IQ now available! Click here for the full scoop!
Search:
How can I make the free troubleshooting script work with the Professional Edition?
Created: 10/19/2001    Updated: 10/19/2001
Q   I have the Professional Edition of BrowserHawk. When I try to run the free browserinfo.asp troubleshooting script, I receive an error message which says certain properties are only available with the Enterprise Edition. How can I make this script work with my Professional Edition.

A   The troubleshooting script provides details on some properties which are only available in the Enterprise Edition.

In order to get the script to work with the Professional Edition, you need to change the script so that it does not attempt to check those values which require the Enterprise Edition.

To change the script, add the following line of code just prior to the call to GetExtPropertiesEx:

  objBrowser.SetExtProperties "xxx,xxx", True
Replace the xxx,xxx with the list of property names found in the error message - this is the list of properties which are not supported by the Professional Edition. The True flag passed in to SetExtProperties tells BrowserHawk to remove those properties from the check.

Lastly, update the browserinfo.asp script to remove all references to those properties, as they will only contain default values and not be checked as a result of removing them from the check.

    FAQ Home  |  Search FAQ  |  Show New Items  |  Ask a FAQ  |  Notify Me  |  Most Popular     
 
 
Copyright © 1994-2020 cyScape, Inc. All Rights Reserved. ()
ASP, ASP.NET, ColdFusion MX, CFMX, JSP, PHP