Forum Moderators: open

Message Too Old, No Replies

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)

10+ Year Member



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)

WebmasterWorld Administrator 10+ Year Member



Not to the best of my knowledge, the standard [w3.org] is written as such.

tata668

1:46 pm on Nov 13, 2006 (gmt 0)

10+ Year Member



That's what I though... Thanks.