HTML Form Submission with button/image Combo
When you submit an HTML form using <input type="image">, the x and y coordinates of the image get passed along as GET parameters in the URL. I can never seem to remember how to avoid this, so here’s a snippet for reference: