| Provides information about a browser (vendor,version,operating system,etc...)
based on user agent and other easily accessible information.
This is not meant to be a "detect script" to implement browser workarounds,
but rather a "pretty printer" for the browser information.
This code is a derivation of Browser Detect v2.1.6 documentation:
http://www.dithered.com/javascript/browser_detect/index.html license:
http://creativecommons.org/licenses/by/1.0/ code by Chris Nott
(chris[at]dithered[dot]com)
It has been transliterated from JavaScript to Java with additional changes
along the way.
|