VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RE: What I really wanted to know... :) SLotman (3 replies, 0 views) (2000-Dec-8) Why not have something like this:
If (user has cookies) then
login.enabled = true
user.canpost = true
user.canread = true
else
login.enabled=false
user.canpost = false
user.canread = true
end if
hehehe, if you didn't get it what I am trying to say is that if the user dont have cookies ON, don't just lock him/her out- at least let them take a look at the messages...
Oh, and yes, I don't mind about cookies too 8)
|