Detect screen resolution (one solution) :)

2001-08-17 Thread Peter Tilbrook
This JS will detect a users screen resolution for redirection to an appropriate page on your site! function redirectPage() { var url640x480 = "http://products.lunarpower.com.au/640x480";; var url800x600 = "RE: Detect screen resolution (one solution) :)
> 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

RE: Detect screen resolution (one solution) :)

-- 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) :)

x27;d like) --- Billy Cravens Web Development, EDS [EMAIL PROTECTED] -Original Message- From: Peter Tilbrook [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 6:55 PM To: CF-Talk Subject: Detect screen resolution (one solution) :) This JS will detect a users screen resolution