Javascripts > Javascript Redirects > Display Browser Type
Script Title: Display Browser Type
Description: Display the full browser type and version of your visitors with this awesome script!
Example: Available
Copy the following code between the <BODY></BODY> tags of your html page.<script> /*Displaying a user's browser type script By Website Abstration (wsabstract.com) Visit Wsabstract.com or Java-Scripts.net for this script */ if (document.all) var version=/MSIE \d+.\d+/ if (!document.all) document.write("You are using "+navigator.appName+" "+navigator.userAgent) else document.write("You are using "+navigator.appName+" "+navigator.appVersion.match(version)) </script>
Enter your name and email address to have this script sent right to your Inbox for later viewing. First Name Last Name Email