How to Open another jsp page from jsp page
843840Aug 23 2007 — edited Aug 23 2007Hi,
I am new to JSP. I need help to handle issue given below:
I have created one JSP Page for Login which contains Username and Password with a Submit Button. Once user inputs UserName and Password and Press Submit Button, It calls another JSP Page "Validate_login"
Validate_Login JSP does a JDBC call to Databse and validate User Name and Password. Now i want to open a "Employee.jsp" page if Username and Password matches with the one in database.
Pls advice what function or tag should i use to open this page in If (condition) true section.. I tried Window.open but it return back with error.