I
capture this info at the time of log in. I put res values in a string and
save to a log file for customer support only.
<html>
<head>
<title>Log-In</title>
<script language="Javascript1.1">
function GetResData()
{
document.login.screenres.value = screen.width + ' X ' + screen.height + ' (' + screen.colorDepth + ')';
}
</script>
</head>
<head>
<title>Log-In</title>
<script language="Javascript1.1">
function GetResData()
{
document.login.screenres.value = screen.width + ' X ' + screen.height + ' (' + screen.colorDepth + ')';
}
</script>
</head>
<body bgcolor="White"
>
<form action="login.cfm" method="post" name="login" id="login">
<input type="text" size="20" name="loginusername">
<input type="password" size="20" name="loginpassword">
<input type="submit" value="Log-In"></td>
<input type="password" size="20" name="loginpassword">
<input type="submit" value="Log-In"></td>
<input type="hidden" name="screenres"
value="">
</form>
</form>
<--------------------------------->
John Pencsak
EnableSoft, Inc.
Phone 972-381-9777 x29
Cell 214-244-8235
Fax 972-381-9779
16801 Addison Road, Suite 250
Addison, TX 75001
http://www.tempschedulingsystem.com
<--------------------------------->
John Pencsak
EnableSoft, Inc.
Phone 972-381-9777 x29
Cell 214-244-8235
Fax 972-381-9779
16801 Addison Road, Suite 250
Addison, TX 75001
http://www.tempschedulingsystem.com
<--------------------------------->
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Brian Bessemer
Sent: Wednesday, May 01, 2002 1:36 PM
To: [EMAIL PROTECTED]
Subject: RE: Screen setting...You might be able to use javascript to capture something something like screen.availHeight or screen.availWidth and then pass the info through a URL... not the most elegant solution but it's a way to capture some client-side data-----Original Message-----
From: Ron Mast [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 01, 2002 1:10 PM
To: [EMAIL PROTECTED]
Subject: Screen setting...Hi all,
Is there a way for CF to find out what the client's screen setting is currently browsing your site? Like 800 x 600 etc...Ron Mast
Truth Hardware
Webmaster
(507)444-4748
