I am writing an applicaton using servlets and HTML. the front page contains a login form which is located in one of the three frames contained in the front page. Now when the user successfully logs in. Inside a servlet I use the response.sendRedirect() method to move to the welcome page. The problem is that when the welcome page is loaded it gets loaded in that frame (of Login page) which contained the login form, and as reslult the ULR still remains the same login.html, Can someone tell me how to load the welcome page not in a frame (of the login page) but in the entire window
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.