I may be way off. But...

Screen resolution info and other CLIENT-related variables can only be
obtained via JavaScript.
Since CF is a SERVER-side application, it has no way to obtain or use
client side information unless it uses JavaScript.

hth!

andres

-----Original Message-----
From: Phill Gibson [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 20, 2001 7:06 PM
To: CF-Talk
Subject: Screen Resolution with CF?


Hi everyone,

Does anyone know of a CF way to determine the users screen resolution? I
know about using JS to produce something like:

    document.write("Your screen resolution is
"+screen.width+" X "+screen.height+".")

but am looking for a way to obtain those numbers for use by CF while
still
on the server-side.

Thanks for any help!

Phill Gibson
Velawebs Web Designs
[EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to