Switch to full style
What's behind JSP & Servlets
Post a reply

JSP

Wed Sep 28, 2011 4:15 am

Hi i want a jsp program in that we have to show two links on browser one is new user and another one is login.If the client clicks on new user link it will redirect to a registration form page and when client enters data and click ok it will save in database.If client clicks on login link it will redirect to login form page that consists of user name and password.After celints enters the user name and password ,it should check in the database,that the username and password are matching or not.If not it should redirect to loginfail.jsp if matches it should shows loginsuccess.jsp.
If any one knows.please forward the programs of jsp with client side validations and server side validations to my mail [email protected]




Post a reply