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

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

The above HTML code is for

7条回答
  •  盖世英雄少女心
    2020-12-12 06:47

    Suppose:

    If you are using php, change your code from

    if(isset($_POST['submit']))
    

    to

    if(isset($_POST['submit_x']))`
    

提交回复
热议问题