How to remove x and y on submit in HTML form with Image type button?

前端 未结 4 1739
无人及你
无人及你 2020-12-02 22:04

I have created a form in my application as follows:

4条回答
  •  渐次进展
    2020-12-02 22:44

    You'll always get mouse co-ordinates for a submit button type="image"

    You can use a standard submit type button and just apply styles to it to change the look.

    
    

提交回复
热议问题