Beautiful Info About How To Detect Browser Version Using Javascript
The navigator is the property of the window object. To access the useragent, you can use navigator.useragent or. To detect the browser version on the client machine, your script can analyze the value of navigator.appversion or navigator.useragent.