Using CF alone as mentioned requires two pages, but you can do it with
javascript in one. Depending on how your entrance page is set up, you
could write out the hrefs with js or something similar so the cookie
detection looks transparent to the user, and more importantly, to
search engines.

pseudocode...

setCookie("someVal", "cookiename");
if(getCookie("cookiename"))
   //user has cookies
else
   //no cookies

Good JS cookie library here which includes supportsCookies()...
http://www.dithered.com/javascript/cookies/usage.html

-- 
 jon
 mailto:[EMAIL PROTECTED]

Wednesday, July 23, 2003, 2:45:15 PM, you wrote:
GR> Is there a way to detect that a user has his cookies turned off??

GR> Gabriel

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to