JavaScript Source Code 3000: User Details: Browser Version
Browser Version
This script will also provide a little bit more information about the visitor's browser. Check it out!
JavaScript Source Code 3000: User Details: Browser Version Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as NotePad or SimpleText) and save (Control-s or Apple-s). The script is yours!
<!-- ONE STEP TO INSTALL BROWSER VERSION:
1. Paste the coding into the BODY of your HTML document -->
<!-- STEP ONE: Copy this code into the BODY of your HTML document -->
<BODY>
<CENTER> <SCRIPT LANGUAGE="JavaScript">
<! > <! >
<!-- Begin document.write("<B>"+navigator.appVersion+"</B><P>"); // End --> </SCRIPT> </CENTER>