<!-- #include file='web.config.asp' --> <body> <form id="form1" name="form1" method="post" action="
<!--#includefile='web.config.asp'--><body><formid="form1"name="form1"method="post"act...
<!-- #include file='web.config.asp' -->
<body>
<form id="form1" name="form1" method="post" action="user_update.asp">
<p class="STYLE2">用户权限管理配置页面:</p>
<p>1.<span class="STYLE5">选择用户ID</span>:
<%
dim rs7
set rs7=server.CreateObject("ADODB.RECORDSET")
rs7.open "select * from user_purview where userid='"&request("usersid")&"'",cn
%>
</p>
<p>2.<span class="STYLE1"><span class="STYLE3">功能权限列表</span>:</span></p>
<p> 单品库存查询:
<label>
<input name="checkbox1" type="checkbox" id="checkbox1" value=">>单品库存查询" <% if rs7("dpldcx_name")=">>单品库存查询" then response.write " checked " %> >
<%
rs7.close
set rs7=nothing
%>
请问我这个语句中间有段写法正确吗?怎么运行错误呀?
这段问题:<input name="checkbox1" type="checkbox" id="checkbox1" value=">>单品库存查询" <% if rs7("dpldcx_name")=">>单品库存查询" then response.write " checked " %> >
错误如下:错误类型:
(0x80020009)
发生意外。
/edit_user1.asp, 第 38 行
浏览器类型:
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
网页:
GET /edit_user1.asp 展开
<body>
<form id="form1" name="form1" method="post" action="user_update.asp">
<p class="STYLE2">用户权限管理配置页面:</p>
<p>1.<span class="STYLE5">选择用户ID</span>:
<%
dim rs7
set rs7=server.CreateObject("ADODB.RECORDSET")
rs7.open "select * from user_purview where userid='"&request("usersid")&"'",cn
%>
</p>
<p>2.<span class="STYLE1"><span class="STYLE3">功能权限列表</span>:</span></p>
<p> 单品库存查询:
<label>
<input name="checkbox1" type="checkbox" id="checkbox1" value=">>单品库存查询" <% if rs7("dpldcx_name")=">>单品库存查询" then response.write " checked " %> >
<%
rs7.close
set rs7=nothing
%>
请问我这个语句中间有段写法正确吗?怎么运行错误呀?
这段问题:<input name="checkbox1" type="checkbox" id="checkbox1" value=">>单品库存查询" <% if rs7("dpldcx_name")=">>单品库存查询" then response.write " checked " %> >
错误如下:错误类型:
(0x80020009)
发生意外。
/edit_user1.asp, 第 38 行
浏览器类型:
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
网页:
GET /edit_user1.asp 展开
3个回答
展开全部
你问的那段代码 我经过测试没有问题,我判断问题出现在这个地方:
rs7.open "select * from user_purview where userid='"&request("usersid")&"'",cn
你的 userid 字段是字符串类型吗?
如果不是 把两边的‘’单引号去掉
如果确定是字符串类型的 那么这个错误应该在 <!-- #include file='web.config.asp' --> 这个 web.config.asp 文件里面 你检查下
rs7.open "select * from user_purview where userid='"&request("usersid")&"'",cn
你的 userid 字段是字符串类型吗?
如果不是 把两边的‘’单引号去掉
如果确定是字符串类型的 那么这个错误应该在 <!-- #include file='web.config.asp' --> 这个 web.config.asp 文件里面 你检查下
展开全部
<input name="checkbox1" type="checkbox" id="checkbox1" value="单品库存查询" <% if rs7("dpldcx_name")="单品库存查询" then response.write "checked "%>>
这么写
这么写
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
>> 这个符号造成的吧!~~
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询