Hi All,
I have got two
jsp's and a html page displayed in frames in a single jsp page say MyJSP.jsp.
MyJSP.jsp
In my frame1.jsp I have got
frame1.jsp
Now when I click on IndexFrame.jsp from MyJSP.jsp, I want to navigate to that page with URL being
http://localhost:8080/MyServlet/jsp/IndexFrame.jsp
rather than being on the same URL
http://localhost:8080/MyServlet/jsp/MyJSP.jsp.
Is this possible? If so please help me out!!!