> I get the referer and the browser. However, the > cpu, os, color and resolution are apparently not available as vars on > my server. Darn.
Right. These are client-side only variables, and you can't access them from CF directly. HOWEVER, you can do a little JavaScript/DOM magic to access the values from CF. There's a GREAT article on doing just that, here: http://www.depressedpress.com/DepressedPress/Content/ColdFusion/Snippets/GetRes/Index.cfm I've been taking these methods a step further lately by using them in combination with an iframe/ilayer with the style set to 'display:none' to perform some live server-side form validation. There are a lot of 'new' possibilities with this.. Take Care, Seth ------------------------------------------------------------------------- This email server is running an evaluation copy of the MailShield anti- spam software. Please contact your email administrator if you have any questions about this message. MailShield product info: www.mailshield.com ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org
