I have 2 web pages; one is a login page were the user types in his id & password and then presses the submit button to login. The other page is the one that should appear right after the login page. I have a class called Login.java in which I check the id & password for verification purposes and then I obtain a PrintWriter object and use its println method to display the next page. However, what I'd like to do is simply to load up the next page without printing its HTML code through the println method. Is there a method in the Servlet package that simply opens/loads the web page that I have already created?
Thanks! " ahhh computers, how they made our lives much simpler "
Thanks! " ahhh computers, how they made our lives much simpler "