H I O X INDIA
FREE Javascript
Google
Web hscripts.com
 HOME  ||  Scripts  ||  Purchase  ||  Tutorials  ||  Images  ||  Tools  ||  Directories 
  :-)  Send Page   :-)   Feedback   :-)   Register   :-)   Links   :-)   Support   :-)   Bookmarks :-)  
 Forums   Hosting   Internet Stats   Easy Calculation   FUN Games 

Java Script Source
List All
Date & Time
Calendar
Stop Watch script
Slide Show
Image Effect
Mouse Effects
Color Picker Tool
Dynamic Color
Random Generator
Select All
Form Validation
Textbox Counter
Dynamic Form select
Bookmark
Window / User Info
Security / Authenticate
Status Bar
Title Bar
Cursor Position
Country List
Calculators
Delete Repeated Values
Alphanumeric
Free Games





User Agent / Browser Name


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


Features
a) This javascript is used to find the browser name and version.
b) It also shows the name of your operating system.


Preview



Code
<!--        Script by hscripts.com          -->
<!--        copyright of HIOX INDIA         -->
<!-- more scripts @ http://www.hscripts.com -->
<script language="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=\"http://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



Usage
Just copy the code and use it for free




License
- This javascript (misspelled as java script)/HTML code 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.


privacy policy     license     sitemap
© 2004-2005 HIOX INDIA - hioxindia.com

Others