[thelist] ASP/VBScript

Anthony Baratta Anthony at Baratta.com
Tue Sep 19 14:37:17 CDT 2000


"Bailey, Dan" wrote:
> 
> cookie?  What I want to do is this (pseudocode):
> 
> If cookie exists then
>    set some variables to information contained in the cookie
> Else
>    set those variables to some other values
> End If
> 

if Request.Cookie("CookieName") = "SomeValue" then

else

end if

-- 
Anthony Baratta
President
KeyBoard Jockeys
                    South Park Speaks Version 3 is here!!!
                       http://www.baratta.com/southpark
                              Powered by Tsunami




More information about the thelist mailing list