Re: 2 or more submit buttons in a same form
Posted By:
Igor_Stefanyuk
Posted On:
Wednesday, March 6, 2002 09:25 AM
Hi,
if you have only one submit form but with two or more submit-buttons, you should make in Ur servlet checking routine which of these buttons were pressed and then decide which of fields data to read and operate with.
another solution is to make java-scripts for each button and execute them within