社区
C#
帖子详情
this.Button1.Attributes.Add("OnClick", "return window.confirm(\"确认?\");");
csShooter
2007-04-09 02:11:10
没搞懂,在代码在我的机器上都正确使用,弹出确认窗口后点取消就不会执行Button1_Click事件!
可是,在另外一个师兄机器是,不管点“确定”还是取消,都会执行Button1_Click事件!
(分给第一位正确解释的师兄)
...全文
583
16
打赏
收藏
this.Button1.Attributes.Add("OnClick", "return window.confirm(\"确认?\");");
没搞懂,在代码在我的机器上都正确使用,弹出确认窗口后点取消就不会执行Button1_Click事件! 可是,在另外一个师兄机器是,不管点“确定”还是取消,都会执行Button1_Click事件! (分给第一位正确解释的师兄)
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用AI写文章
16 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
officing
2012-03-28
打赏
举报
回复
我的也是 不过换了个浏览器就好了 而且是在框架里面 不知道是不是这个原因
yuanzhihua520
2007-05-14
打赏
举报
回复
up
csShooter
2007-04-11
打赏
举报
回复
无头案一个,结了!
chuqunpeng
2007-04-10
打赏
举报
回复
关注,帮顶
tesling
2007-04-10
打赏
举报
回复
可能是一个神秘bug吧,客户端脚本应该跟配置关系不大吧
csShooter
2007-04-10
打赏
举报
回复
问题依旧,师兄们......
---------------------
经测试,把网站发布以后就不存在上面这个问题!
难道是web.config的问题?(以前怀疑是machine.config,现在排除)
csShooter
2007-04-09
打赏
举报
回复
lxcnn(过客)
IE问题
-------------------------------
已经排除!通过其它人的机器访问,一样会执行Button1_Click事件的代码!
csShooter
2007-04-09
打赏
举报
回复
lxcnn(过客)
===========================
继续....
-过客-
2007-04-09
打赏
举报
回复
IE问题
csShooter
2007-04-09
打赏
举报
回复
分不能给!
-------------------
觉得是不是配置文件的问题?machine.config
csShooter
2007-04-09
打赏
举报
回复
tesling(我的梦想是~~~~~变成一头永远长不肥的猪!)
Moonbeam409(种草不让人去躺,不如该种仙人掌!)
wsj1983920(我就是健)
---------------------------------------------------------
copy你们的东东,问题依旧!
我的脚本是半点儿问题都没有地!至少在我的和其它N个师兄机器上都通过!
写成if(xxxxx..简直就是浪费)...
wsj1983920
2007-04-09
打赏
举报
回复
楼上正解
tesling
2007-04-09
打赏
举报
回复
<input type=button onclick="if(!window.confirm('确认?')) return;alert('执行了')" value="!!!">
测试通过
tesling
2007-04-09
打赏
举报
回复
你服本写得有问题,不管是否确认都执行后面的,在你另外一个师兄机器上的现象是对的,你自己机器上的现象是假象
应该这么写:
this.Button1.Attributes.Add("OnClick", "if(!window.confirm('确认?')) return;");
呵呵,jf
Moonbeam409
2007-04-09
打赏
举报
回复
this.Button1.Attributes.Add("OnClick", "return confirm('确认?');");
这样试下!
csShooter
2007-04-09
打赏
举报
回复
兄弟们,踩一脚啊!
ASP.NET程序中常用的三十三种代码
Button
1.
Attributes
.
Add
("
onclick
","
return
confirm
(’
确认
?’)");
button
.
attributes
.
add
("
onclick
","if(
confirm
(’are you sure...?’)){
return
true;}else{
return
false;}") 3.删除表格选定记录 ................
ASP.NET常用的三十三种实用代码
Button
1.
Attributes
.
Add
("
onclick
","
return
confirm
(’
确认
?’)");
button
.
attributes
.
add
("
onclick
","if(
confirm
(’are you sure...?’)){
return
true;}else{
return
false;}") 3.删除表格选定记录 int intEmpID = ...
。NET经典技术
Button
1.
Attributes
.
Add
("
onclick
","
return
confirm
('
确认
?')");
button
.
attributes
.
add
("
onclick
","if(
confirm
('are you sure...?')){
return
true;}else{
return
false;}") 接收参数: string a = Request....
ASP.NET常用代码
Button
1.
Attributes
.
Add
("
onclick
","
return
confirm
('
确认
?')");
button
.
Attributes
.
Add
("
onclick
","if(
confirm
('are you sure...?')){
return
true;}else{
return
false;}") ``` 3. **删除表格选定记录**: 这个...
.Net常用的33种代码
Button
1.
Attributes
.
Add
("
onclick
", "
return
confirm
('Are you sure?')"); ``` 或者更严谨地处理返回值: ```csharp
button
.
Attributes
.
Add
("
onclick
", "if (
confirm
('Are you sure...?')) {
return
true; } else { ...
C#
111,120
社区成员
642,545
社区内容
发帖
与我相关
我的任务
C#
.NET技术 C#
复制链接
扫一扫
分享
社区描述
.NET技术 C#
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
让您成为最强悍的C#开发者
试试用AI创作助手写篇文章吧
+ 用AI写文章