> -----Original Message----- > From: Munson, Jacob [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 29, 2005 12:21 PM > To: CF-Talk > Subject: RE: Know with cf if Javascript is enabled? > > If the user has JS turned off, you're JS will not fire, and you won't > find anything out about their browser. Am I missing something?
Yup. ;^) The <noscript> tag (at the end) will still run and submit values of "noJS" and zeros for everything else. In my case I add the value to the session and only output this code if the values don't exist in the session so as not to make a lot of unneeded calls. It works pretty well for me. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:225583 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

