| basics.jsp |
Demonstrates how to create an instance of the BrowserHawk component and
detect basic properties, such as browser type, version, and platform.
Start here |
| popular.jsp |
Demonstrates how to detect "extended" properties, which are properties that
can differ based each user's configuration. In particular we demonstrate
some of the more popular BrowserHawk tests such as detecting Flash, screen
size, disabled cookies, disabled JavaScript, and broadband vs. dial-up
connections. Also demonstrates how to have BrowserHawk automatically cache
the test results in the user's session. Requires Professional or Enterprise
Edition.
|
| showbrow.jsp |
Performs a complete analysis of your browser and system setting as
detected by BrowserHawk and displays the results. |
| broadband.jsp |
Demonstrates how to detect if the user is on a dial-up vs. broadband
connection. Requires Professional or Enterprise Edition. |
| speed.jsp |
Demonstrates how to detect the user's connection speed throughput in
bits per second. Requires Professional or Enterprise Edition. |
| portcheck.jsp |
Demonstrates how to detect open ports on which the client can connect to
a remote server. Requires Enterprise Edition. |
| popupcheck.jsp |
Demonstrates how to detect if the user has blocked popups. Requires
Enterprise Edition. |
| osinfo.jsp |
Demonstrates how to determine the operating system name, version and
architecture. Especially useful for detecting Mac OS 9 and Mac OS X version
numbers. Requires Enterprise Edition. |
| java.jsp |
Demonstrates how to determine exactly what Java capabilities a browser
has (advanced topic). Requires Enterprise Edition. |
| fontcheck_basic.jsp |
Demonstrates how to detect if the user has fonts installed that you
require. Requires Enterprise Edition. |
| fontcheck_adv.jsp |
Provides a more extensive look at detecting installed fonts with
BrowserHawk. Requires Enterprise Edition. |
| browserinfo.jsp |
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. Requires
Enterprise Edition. |