Chapter 15 - Request("Second Try")
I am a newbie. I am working on the sample project on chapter 15 from the book "beginning ASP 3.0". The example shows the Request("Second Try") and Request("WrongPW") without explaining about this. Do you understand why suddently they say...
If Request("Second Try") = "True" and Request("WrongPW") = "True". My question is why don't they declare "Second Try" and "WrongPW" as variables?
Thank you for your help in advance.
|