navigator.appVersion : Navigator Object : Navigator JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Navigator » Navigator Object »

 

navigator.appVersion








The appVersion property gets the browser version.

The returned property contains the browser version, platform on which the browser is running, and the country (either international or domestic).












<html>
    <head>
    <title> Example of the appVersion property of the navigator object</title>
    </head>
    <body>
    <script language="JavaScript">
    <!--
    document.write(navigator.appVersion);
    -->
    </script>
    </body>
    </html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Navigator
» Navigator Object