input 同时有onclick onserverclick 时无法用 。。。
我以前用的好好的 不知道为什么那个页面突然就不好用了。
<input type="button" id="toubiao_bu2" name="toubiao_bu2" value="" runat="server" onclick="return mtest()" onserverclick="toubiao_bu2_Click"/>
2个事件都有的时候不好用 只有一个的时候运行没有问题 2个一起就没有反应了
求解决
其他页面都好就这个不行 求解决啊
当你设置为runat=server的时候,onclicd已经是server的click了吧?
你把生成的HTML代码分析下,看下是哪里出现了问题。
首先又是你回答我问题 ,很感谢哈 。
我以前这样用过的 onclick 运行的js 如果返回的是TRUE 就运行onserverclick 如果是FALSE就不运行了 。应该不是这个问题。
但是这次突然不行了。。。。不知道是什么问题
@单音节:
把最后输出的 HTML 贴出来看看。
<input onclick="return mtest() __doPostBack('toubiao_bu2','')" name="toubiao_bu2" type="button" id="toubiao_bu2" />
变成这样了 我以前没注意过前台
@单音节:
把:
<input type="button" id="toubiao_bu2" name="toubiao_bu2" value="" runat="server" onclick="return mtest()" onserverclick="toubiao_bu2_Click"/>
修改为:
<input type="button" id="toubiao_bu2" name="toubiao_bu2" value="" runat="server" onclick="if(!mtest()) return false;" onserverclick="toubiao_bu2_Click"/>
看下结果。这样应该能通过。
无论我修改这个是否能通过,你都应该想想我为什么看了你的输出后就这样去修改。
蜗牛哥威武 ; 蜗牛哥荡漾; 蜗牛哥威武荡漾一统江湖; 跪求加qq
@笨笨蜗牛: 我的qq 452173557 或者你留你的 我加你 嘿嘿
@单音节: 68558710
顶一下,
帮大忙了,谢谢