Retrieving the User's Browser Information

The navigator object provides a good deal of information about the user's browser. Let's go over the individual fields.
Browser Name
You can retrieve the name of the browser by using navigator.appName
Browser Version
You can retrieve the version of the browser by using navigator.appVersion
Platform
You can retrieve the name of the browser by using navigator.platform.
See below for a look at how your browser identifies itself:







No comments :
Post a Comment