These are the demo files for a Six Revisions tutorial called Browser Detection with JavaScript.
You can view the demo on Six Revisions.
The tutorial describes two ways of JavaScript browser detection:
- Display the string value of
navigator.UserAgent
- Use Detect.js JavaScript library by Darcy Clarke
Read the tutorial on Six Revisions for a full explanation, and also to learn why you shouldn't use JavaScript browser detection.