<HEAD>

<!-- Set default stylesheet for Netscape users at 800 x 600 -->
<link rel="stylesheet" type="text/css" href="netscape.css">
<!-- Set variable stylesheets for Internet Explorer users -->
<SCRIPT LANGUAGE="JavaScript">
<!-- Original:  Bob Pearson and Leah Murray ([EMAIL PROTECTED]) -->
<!-- Web Site:  http://www.pagecraft.on.ca -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
//document.write('Your settings are ' + screen.width + ' x ' + screen.height
+ '');
if (screen.width == 640) {
document.write('<link rel="stylesheet" type="text/css" href="640.css">');
//alert("Style Sheet for 640 x 480 would have been loaded.");
}
if (screen.width == 800) {
document.write('<link rel="stylesheet" type="text/css" href="800.css">');
//alert("Style Sheet for 800 x 600 would have been loaded.");
}
if (screen.width == 1024) {
document.write('<link rel="stylesheet" type="text/css" href="1024.css">');
//alert("Style Sheet for 1024 x 768 would have been loaded.");
}
if (screen.width == 1280) {
document.write('<link rel="stylesheet" type="text/css" href="1280.css">');
//alert("Style Sheet for 1280 x 960 would have been loaded.");
}
if (screen.width == 1600) {
document.write('<link rel="stylesheet" type="text/css" href="1600.css">');
//alert("Style Sheet for 1600 x 1200 would have been loaded.");
}
//  End -->
</script>


-----Original Message-----
From: Srimanta [mailto:[EMAIL PROTECTED]]
Sent: Saturday, 12 October 2002 10:50 AM
To: CF-Talk
Subject: OT: Screen Resolution


Hi All,

Is there a way to find out the screen resolution of the client accessing a
website?
Any statistics on screen resolution usage  would also be very helpful.

Thanks

Srimanta





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to