View Single Post
Old 02-12-2003, 11:36 AM   #1 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,529
sde is on a distinguished road
ASP Cookies Tutorial

Sarlok wrote another ASP tutorial.

http://codenewbie.com/num.php?id=1&page=num&num_id=51

is the syntax correct?
Code:
if num = "" then
      response.cookies("MyCookie") = 1
else
      response.cookies("MyCookie") = num + 1
end if
should there be 2 '='

if num == "" ?? i don't know asp that well, but i was just curious.
sde is offline   Reply With Quote