Guys check this out : http://www.codetoad.com/html/buttons/image_submit_button.asp
You’ll notice then when you click the button it is taking you to
http://www.codetoad.com/html/buttons/image_submit_button.asp?x=118&y=22
How do i remove this “x=118&y=22” at the end.Because my form is a get form and because of this its altering my code..
Please help
That’s the standard behaviour of
<input type="image" />elements and I don’t think you can change it.You could instead use the
<button>tag:Edit: If you don’t want it to look like a button, you can use CSS to remove the button styling: