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.