More details about the client's browser : Browser Info : Window Browser JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Window Browser » Browser Info »

 

More details about the client's browser



<html>
<body>
<script type="text/javascript">
    document.write("<p>Browser: ")
    document.write(navigator.appName + "</p>")

    document.write("<p>Browserversion: ")
    document.write(navigator.appVersion + "</p>")

    document.write("<p>Code: ")
    document.write(navigator.appCodeName + "</p>")

    document.write("<p>Platform: ")
    document.write(navigator.platform + "</p>")

    document.write("<p>Cookies enabled: ")
    document.write(navigator.cookieEnabled + "</p>")

    document.write("<p>Browser's user agent header: ")
    document.write(navigator.userAgent + "</p>")
</script>
</body>
</html>




           
       



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Window Browser
» Browser Info