| basics.asp |
Demonstrates how to create an instance of the component and detect basic properties, such as browser type, version, and platform. Start here |
| showbrow.asp |
Displays all BrowserHawk properties (both basic and extended properties) for your browser. Also demonstrates how to dynamically enumerate BrowserHawk's properties. |
| extproperties.asp |
Demonstrates the use of "extended" properties, which are properties that can differ based each user's configuration such as screen size, plugins, Java, and disabled settings.
|
| cookies.asp |
Demonstrates how to detect if cookies are enabled or disabled. Also explains how to detect the difference between disabled session Vs. persistent cookies with IE 5 and higher. |
| speed.asp |
Demonstrates how to detect the user's connection speed throughput in both bits per second and KBytes per second |
| popupcheck.asp |
Demonstrates how to detect if the user has blocked popups |
| fontcheck.asp |
Demonstrates how to detect if the user has fonts installed that you require |
| browserinfo.asp |
Demonstrates how to write a troubleshooting script for your site that collects a user's browser settings automatically and submits them to your technical
support team along with notes by the user regarding the problem they encountered with your site. You can customize this script for your own purposes and use it as a troubleshooting tool if you wish. |
| portcheck.asp |
Demonstrates how to detect the presense of a firewall and whether any specific ports are blocked. This is particularly handy if your site requires
specific ports to be open for real-time streaming and more.
|
| cachemon.asp |
Displays the current status of BrowserHawk's DashCache technology and allows you to tune the cache for optimum results if you wish. This is an advanced topic. See the Understanding DashCache in the
documentation for details. |