X and Y generated when clicking on a <input type="image">
it is possible to disable that behavior?
tata668
3:37 pm on Nov 12, 2006 (gmt 0)
My guess is that it is not possible but I would like a HTML flag that would prevent X and Y values to be automatically generated when a user click on a <input type="image">.
My input is in a <form method="get"> and I don't like the fact that the resulting URL is "mypage.php?x=2&y=4". I just don't need X and Y.
Is there a way to prevent X and Y to be generated?
coopster
2:25 am on Nov 13, 2006 (gmt 0)
Not to the best of my knowledge, the standard [w3.org] is written as such.