2006-07-26 11:39:45 UTC
Thanks, Here is teh first step I'm currently working on..
1- login.asp (difficulty 2)
This page will display a form that contains two text boxes and a submit button. When the user clicks the submit button the Users table will be searched to check whether the user record exist or not. if the UserId doesn’t exist, display a message. If the password is wrong display a different message. If the userId and password are correct then store the userId in a session object and redirect to viewProblems.asp page.
A password that ends with string “admin” indicates that the logged in user is the administrator.
Save the user type in a session variable.