Login.asp - Beginning Javascript
Can anyone clarify whether or not I am looking at a typo or am I missing something?
I am looking at the solutions to creating a logon.asp, page 827 of the original book. The line:-
var userNameInDatabase = adoRecordset ("Username").Value;
Where is the ("Username") from? The author has declared a userName variable, and UserName in the database, but I can't see a Username.
|