Click to See Complete Forum and Search --> : Back and GoTo button in Servlet form.


prince
04-12-2005, 10:54 PM
Hi again,

I have a servlet A.java which generates a form A.html when its is submitted it calls servlet B.java and generates B.html I want to put a button for Back and GOTO in this page B.html and when Back is clicked it should get me A.html. And when GOTO is clicked it should go to C.html

Am already having Submit and Reset button on the page,

Can i avoid Java Script and href tag in servlet to perform action on Back and GOTO button?

Thanks .