HomePHP, HTML, CSS ScriptsTutorialsRequest HelpAbout UsContact Us
Cambridge, Peterborough Web Design
Stay informed - Newsletter Signup
 Script Javascript User Details Returned

Dated Added: 14th October 2007

This script allows you to see user information in the form of Java status, screen resolution, screen available width, browser, screen depth, font smoothing, current document, cookie status, cpu class, platform and language
<script>
var x = navigator
document.write("Java Status: " + x.javaEnabled());
document.write("<br />Screen Resolution: " + screen.width + "x" + screen.height);
document.write("<br />Screen Available Width: " + screen.availWidth + "x" + screen.availHeight);
document.write("<br />Browser: " + x.appName);
document.write("<br />Screen Depth: " + window.screen.colorDepth);
document.write("<br />Font Smoothing? " + window.screen.fontSmoothingEnabled);
document.write("<br />Current Document: http://www.webdevboost.co.uk");
document.write("<br />Cooies Status: " + x.cookieEnabled);
document.write("<br />CPU Class: " + x.cpuClass);
document.write("<br />Platform: " + x.platform);
document.write("<br />Language: " + x.userLanguage);
</script>
Script Updates
Ajax
ASP
ASP.NET
CSS
HTML
Java
Javascript
PHP
Python
Ruby on Rails
Useful Tools
XML
Request Help
Request a Script
Request WebDev
Contact Us
About Us


Ajax Scripts | ASP Scripts | ASP.NET Scripts | HTML Scripts | Javascript Scripts | PHP Scripts | Python Scripts | Ruby on Rails Scripts | XML Scripts
2001-2007 © All Rights Reserved. 3Branch Internet Development. All content is available under the GPL