Browserhawk also does it, but it's a sledgehammer solution unless you want
all the other bells and whistles

Also means it'll work if the client has Javascript disabled

G

-----Original Message-----
From: Rich Wild [mailto:[EMAIL PROTECTED]]
Sent: 17 September 2002 16:10
To: '[EMAIL PROTECTED]'
Subject: RE: [ cf-dev ] Logging Screen Resolution - howto?


I think JS is the only way.

You could get the res and everything you need in JS first, then change the
src attribute of an transparent gif to something like:

document.myImage.src="resolution_logger.cfm?resolution=" + resolution;

> -----Original Message-----
> From: Justin MacCarthy [mailto:[EMAIL PROTECTED]]
> Sent: 17 September 2002 16:19
> To: [EMAIL PROTECTED]
> Subject: [ cf-dev ] Logging Screen Resolution - howto?
> 
> 
> Hi,
>       Is it possible to log Screen Resolution without using 
> JavaScript? Is using
> javascript to write a cookie, and cf (or whatever) to read it 
> to a log the
> best way??
> 
> Cheers
> Justin
> 
> 
> -- 
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> For human help, e-mail: [EMAIL PROTECTED]
> 


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to