I have problem
I have 2
jsp pages and 1
servlets
Jsp1 is is having a framset with Banner in first page , som hyperlinks in the middle frame and menu in the third frame
when we click the link,it will go to jsp2.
In Jsp2 we have 2 frames one have PDF document and the other one is a input screen.
the input screen has form tag which submits the data to the servlet
servlet insert the data into the database.
Now i want to redirect to the first jsp from the servlet.
How to do that?