标题:关于msgbox的使用
取消只看楼主
sunwukong28
Rank: 1
等 级:新手上路
帖 子:5
专家分:0
注 册:2008-2-7
 问题点数:0 回复次数:0 
关于msgbox的使用
我在另外一个文件中已经定义了msgboxU"" 在其他文件也可以调用得到,但是下面这段代码却使用不了它

if request.querystring("act")="del" then
  conn.begintrans
  conn.execute"delete * from info where i_id=" & session("uid")&" and upid='"&request.QueryString("id")&"'"
 if err.number<>0 then
  msgboxU"删除失败"
  conn.rollbacktrans
 else  
  msgboxU"删除成功"
  
 end if
end if

为什么会这样啊?
搜索更多相关主题的帖子: msgbox 
2008-02-15 09:59



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-199946-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 2.535456 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved