close
The Wayback Machine - https://web.archive.org/web/20150317154239/https://www.hscripts.com/scripts/JavaScript/user-browser-details.php

User Agent / Browser Name

This java script helps you to know/fetch the details of the browser and the operating system of the user.

Features

  • This javascript is used to find the browser name and version.
  • It also shows the name of your operating system.

Preview

Downloads



<!-- Script by hscripts.com
-->
<!-- copyright of HIOX INDIA
-->
<!-- more scripts @ https://www.hscripts.com -->
<script type="text/javascript">
var browser=navigator;
var border_color="#afc784";
document.write("<style>.new{font-family: arial,verdana; margin: 1px; font-size:13px; border:1px solid"+ border_color+"; padding-left: 2px;}</style>");
document.write("<table class=new><tr><td>");
document.write("Browser Name</td><td>"+ browser.appName +"</td></tr><tr><td>");
document.write("Browser Version</td><td>"+ browser.appVersion +"</td></tr><tr><td>");
document.write("Browser Platform</td><td>"+ browser.platform +"</td></tr><tr><td>");
document.write("Cookies Enabled</td><td>"+ browser.cookieEnabled +"</td></tr><tr><td>");
document.write("User Agent</td><td>"+ browser.userAgent +"</td></tr><tr><td colspan=2 align=center>");
document.write("&copy;<a href=\"https://www.hscripts.com\">hscripts.com</td></tr></table>");</script>
<!-- Script by hscripts.com -->

  • Release Date - 02-01-2007
  • Get free version without ©copyright link for just $5/-
  • For customization of this script or any script development, mail to support@hscripts.com

Usage

  • Just copy the code and use it for free

License

  • The javascript (misspelled as java script) is given under GPL License.
  • i.e. Free use for those who use it as it is.
  • Free, if your modification does not remove our copyright information and links.
  • Detailed License information can be found here.
  • You can purchase the script if your requirements does not meet GPL License terms.

Related Scripts

Free Javascript Scripts