Get the browser version through navigator.appVersion
<html> <head> </head> <body> <script type="text/javascript"> document.write(parseFloat(navigator.appVersion)); document.close() </script> </body> </html>