s
document.cookie = "cookieName=cookieValue";
Will append a cookie, another option you might want to use is the
"expires" one
Use document.cookie to read all of the cookies, but they're in a
semi-colon separated list
JS can read CF cookies, and CF can read JS cookies
> -----Original Message-----
> From: John Ho [mailto:[EMAIL PROTECTED]
> Sent: Friday, December 05, 2003 3:04 PM
> To: CF-Talk
> Subject: Re:cfscript?
>
>
> thanks for all
> yeah all I need is check the size and redirect to the
> right location. and it works now. However I am really
> interested in doing in JS cookier if anyone can show me how.
>
> Thanks alot
> John
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

