|
This part shows what browser you're using.
The .appCodeName means
the browser's internal code name.
The .appName means
the browser's name.
The .appVersion means
the browser version you're using.
The .userAgent is
a string of information that gets sent to a server, when you request
a web page. 'Compatible' is triggered by IE.
The .lanquage is the
lanquage your browser is using. IE will throw this off- it shows
as 'undefined'.
The .platform means
the computer platform of your browser.
|