Hello friends.
I am looking for a good way in perl scripts to process a form that has multiple submit buttons in the form of imge type inputs
for example,
(<input name="submit1" type="image" src="foo.jpg">
(<input name="submit2" type="image" src="bar.jpg">
The w3c documentation at
http://www.w3.org/TR/html401/interac...tml#edef-INPUT
says that the clicked image x and y coordinates are transmitted via CGI along with the image name, implying that the script would identify which of the multiple submit buttons was clicked by checking the x-y coordinates.
Is there an easier way to do this? I would appreciate any information/knowledge that you can share.
thanks,
Bapa