[thelist] CSS

Asif Suria asifsuria at yahoo.com
Mon Jun 11 01:18:09 CDT 2001


--- Gary Finnigan <gfinnigan at talk21.com> wrote:
>I already got a
> cookie written, just don't
> know how to make it go onto the client.

I am not exactly sure I understand what you mean by
saying that you have a cookie written but don't know
how to make it go onto the client. 

However if you want to set a cookie using asp then use
something like

Response.Cookies("someName") = theValueOfSomeName

where "theValueOfSomeName" is a variable that can hold
any value. 

To set an expiry date for your cookie use

Response.Cookies("someName").expires = Date + 1

I hope this helps.

Asif


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




More information about the thelist mailing list