HOW TO precisely detect the browser version for IE 5 or higher

If you do browser detection with Javascript using navigator.appVersion, it returns the browser version as 4.0 for IE versions 5, 6 and 7!

Javascript guru Peter-Paul Koch has a script that handles many of the popular browsers & finds name of the browser, its version and OS it is running on.

Comments