script脚本的最后一行为return false;就不会post

解决方案 »

  1.   

    你想要做什么?如果是验证的话,可以在CustomValidator中设置ClientValidtionFunction来完成客户端验证
      

  2.   

    你想实现什么功能啊。
    那为什么不用html控件。。
      

  3.   

    服务器按钮有autopostback=false
    不可能,
    为什么不用<input name="IMAGE4" type=button value="查 询" width="100%"></td>
       
      

  4.   

    <asp:LinkButton ... onclick="return xxx()">...function xxx()
    {
      ......
      return false;
    }