RE: Detect screen resolution (one solution) :)

2001-08-29 Thread Billy Cravens
The only problem with this is that you're maintaining multiple copies of code. I like setting the resolution as a session variable, and adjusting my page design to utilize this session variable. Only gotcha is getting that session variable - if it'll work for your site, do it in a hidden image:

RE: Detect screen resolution (one solution) :)

2001-08-20 Thread Peter Tilbrook
-- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Thomas Chiverton Sent: Monday, 20 August 2001 7:18 PM To: CF-Talk Subject: RE: Detect screen resolution (one solution) :) > This JS will detect a users screen resolution for redirection to an > appropriate page on your site!

RE: Detect screen resolution (one solution) :)

2001-08-20 Thread Thomas Chiverton
> This JS will detect a users screen resolution for redirection to an > appropriate page on your site! You left out the body tag, if you had included this, then you could have used it's onLoad property to call redirectPage() automagicly. ~~ Structu