posted 18 years ago
first.jsp
<form method="POST" name="form1" action="servlet1">
<input type =�submit�>
</form>
Second.jsp
//should display the selected list items of the first.jsp
I have to add another new button �send� in the �first.jsp� page and I have to call second.jsp when I click �send� after selecting values from the list box and these selected values should be passed to the second.jsp
Existing Submit button of first.jsp calls �servlet1� servlet.the existing submit button code shouldn�t be changed.New �send� button should call second.jsp page.the second.jsp page should be opened in a pop-window when �send� button clicked.