Hey all,
I'm looking for a script (Ajax or javascript) that will help me categorize my web users. what i want to accomplish is:
there will be 2 fields in the login screen, "user name" and "password", now, if the user name types a username that currently isn't in my database a third field will appear asking for a secondary password and the submitting will refer to a secondary database. (the data search will take place behind the scenes when the user will move from the username field to the password field)
to start i want to create 2 fields, if the text in the first field = the string "testing" , a third field will appear.
thanks
I'm looking for a script (Ajax or javascript) that will help me categorize my web users. what i want to accomplish is:
there will be 2 fields in the login screen, "user name" and "password", now, if the user name types a username that currently isn't in my database a third field will appear asking for a secondary password and the submitting will refer to a secondary database. (the data search will take place behind the scenes when the user will move from the username field to the password field)
to start i want to create 2 fields, if the text in the first field = the string "testing" , a third field will appear.
thanks