Hi
I need to design a basic
JSP Login page which takes the username as ADMIN and password as PASSWORD . (I do not want to check for the username and password from the database at the moment )
There will also be a third drop down menu which has two options - GENERATE and VERIFY . If the user chooses GENERATE , control should go to Generate.jsp and if the user chooses Verify the control should go to Verify.jsp
It should also check if username=="admin" and password=="password" then only control should go ahead otherwise error should come
Can anyone help me on how to do this ?