这和php没关系,代码应该没问题,可以提交。
其实你用图片做按钮的话,可以直接用<input type="image" src="images/index_button_08.gif">

解决方案 »

  1.   

    你把图片做成submit形式就可以提交了
    <input type="image" src="images/***.gif">
      

  2.   

    在<img></img>前面加上<a></a>
      

  3.   

    谢谢各位,问题还是没有解决。在html页面上鼠标点上去还是没有反应,同样的代码为什么在另一个页面上可以用呢 ?
      

  4.   

    <form........... onsubmit="return CheckForm1(this)">
    ...........
    <input type="submit">
    或者:
    function CheckForm1() ==> function CheckForm1(this)
    下面的form3全部改成theform<img src="images/index_button_08.gif" width="30" height="18" border="0" style="cursor:hand" onClick=CheckForm1(this)>