Fork me on GitHub

Zeke Sikelianos

Mumblings from the code swamp. Find my more interesting online-ness at zeke.sikelianos.com.

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:


Page 1 of 1