Tuesday, November 29, 2011

I have created two buttons in a JSP page.i want to go to one page when button1 is clicked and to other page when button2 is clicked..how can i do this?..Plz help me..

In the JSP page donot give any action to the form. On click of the buttons call a javascript function. In the javascript function assign the action to the form using<br>document.<formname>.action = &
Category:JSP Interview Questions

No comments:

Post a Comment