Multiple submit buttons in the same form calling different Servlets

后端 未结 6 1540
梦毁少年i
梦毁少年i 2020-11-29 02:11

First, here is the code:

Last Name: &l
6条回答
  •  抹茶落季
    2020-11-29 02:21

    In addition to the previous response, the best option to submit a form with different buttons without language problems is actually using a button tag.

    
        ...
        
        
    
    

提交回复
热议问题