requires cookies to be enabled in their browser. the other method will give you more results. But if cookies have to be enabled to access the site, then shouldn't make any difference.
Duncan Cumming IT Manager http://www.alienationdesign.co.uk mailto:[EMAIL PROTECTED] Tel: 0141 575 9700 Fax: 0141 575 9600 Creative solutions in a technical world ---------------------------------------------------------------------- Get your domain names online from: http://www.alienationdomains.co.uk Reseller options available! ---------------------------------------------------------------------- ---------------------------------------------------------------------- "Justin MacCarthy" To: <[EMAIL PROTECTED]> <macarthy@iol cc: .ie> Subject: [ cf-dev ] why use cookie - was Logging Screen Resolution 09/17/02 05:02 PM Please respond to dev Well, it's lightweight and easy as there is only one way into the site [login page] - > [home page] and as we already are logging the time / user + other info, adding #cookie.whatever# into the log is easy. We are just getting stats so we can target our next build. Is there a reason I shouldn't use this method? Thanks Justin > -----Original Message----- > From: Rich Wild [mailto:[EMAIL PROTECTED]] > Sent: 17 September 2002 16:36 > To: '[EMAIL PROTECTED]' > Subject: RE: [ cf-dev ] Logging Screen Resolution - howto? > > > just interested academically, but is there a specific reason why you're > choosing the cookie route? > > > > > -----Original Message----- > > From: Justin MacCarthy [mailto:[EMAIL PROTECTED]] > > Sent: 17 September 2002 16:41 > > To: [EMAIL PROTECTED] > > Subject: RE: [ cf-dev ] Logging Screen Resolution - howto? > > > > > > Thanks all, > > > > Think I'll write a cookie with JS and read it and log with CF. > > > > Cheers, Justin > > > > > > > -----Original Message----- > > > From: Garry Mills [mailto:[EMAIL PROTECTED]] > > > Sent: 17 September 2002 16:25 > > > To: '[EMAIL PROTECTED]' > > > Subject: RE: [ cf-dev ] Logging Screen Resolution - howto? > > > > > > > > > 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] > > > > > > > > > -- > ** 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] -- ** 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]
