HTML Input (type=image) not working on Firefox 4

前端 未结 7 2019
说谎
说谎 2020-12-12 06:16

The above HTML code is for

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-12 07:10

    Just check for $_REQUEST['submit_x'] if its set or not empty. Older browsers don't set $_REQUEST['submit'] when using input type image. Don't really know why...

    Then there's no need to apply CSS to the tag.

提交回复
热议问题