just remember it won't work if the user has disabled JS ;-)

I have code to do a 2 page method that the user will never see and it works
regardless of JS being on....I'll try and dig it up.  It may only work with
the arhitecture of the site it's used on...not sure...but you can have it.

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

---------------------------------------------------------
Macromedia Associate Partner
www.macromedia.com
---------------------------------------------------------
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
----- Original Message -----
From: "Gabriel Robichaud" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, July 23, 2003 1:05 PM
Subject: Re: cookie detection


> hey jon,
>
> Thanks for the suggestion, i will more than likely use this idea!
>
> Gabriel
>
> jon hall wrote:
> > 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
> >
>
>
> --
> Gabriel Robichaud
> Programmer
> Development & Alumni Relations Services
> McGill University
> (514)398-5653
> [EMAIL PROTECTED]
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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