Hi,
My HTML page has 3 different types of login options. Now for each login option, the user name and the password and the login type info needs to be forwarded to the servlet. How can I call different servlets from same page??
Ex. Student login passes student id and the password - calls StudentServlet
teacher login passes teacher id and password - calls TeacherServlet
parent login passes parent id and password - calls ParentServlet
Can this be done?????
My HTML page has 3 different types of login options. Now for each login option, the user name and the password and the login type info needs to be forwarded to the servlet. How can I call different servlets from same page??
Ex. Student login passes student id and the password - calls StudentServlet
teacher login passes teacher id and password - calls TeacherServlet
parent login passes parent id and password - calls ParentServlet
Can this be done?????