开发者

Preventing input type=image from sending mouse coordinates

开发者 https://www.devze.com 2023-01-04 18:55 出处:网络
Is there anyway I can prevent the input type=image from sending the mouse coordinates during form submission.

Is there anyway I can prevent the input type=image from sending the mouse coordinates during form submission.

T开发者_如何学Chanks, Sivakumar.


I don't think so, since that's the entire point of that element.

If you don't want the mouse coordinates, could you not change to use a standard <input type="submit">, and simply style it to use the same image?

0

精彩评论

暂无评论...
验证码 换一张
取 消