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("©<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 $10/-
- 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
Related Scripts