图书馆sql+ASP
<linkhref="style.css"type="text/css"rel="stylesheet"><!--#includefile="conn.asp"--><%...
<link href="style.css" type="text/css" rel="stylesheet">
<!--#include file="conn.asp"-->
<% if request("login")<>"" then
if request("usertype")<>"" then '用户类型不空,核实数据真实
If Request("usertype")="user" Then
sql = "select * from u where name='"&request("name")&"' and pwd='"&request("pwd")&"'"
Else
sql = "SELECT * FROM admin WHERE name='"&Request("name")&"' and pwd='"&Request("pwd")&"'"
End If
Set rs=db.execute(sql)
If not rs.EOF Or Not rs.BOF Then '输入数据存在
If Request("usertype")="user" Then
If rs("lock") Then
response.Write"<script>alert('您已被锁定了!');window.location.href='login.asp'</script>"
else
Session("usertype")="user"
Session("userid")=rs("id")
Session("name")=rs("name")
Response.Redirect("index.asp")
end if
Else
Session("usertype")="admin"
Session("adminid")=rs("id")
Session("name")=rs("name")
Response.Redirect("index.asp")
End If
Else
response.Write"<script>alert('输入错误!');window.location.href='login.asp'</script>"
rs.close
End if
else'用户类型空
response.Write"<script>alert('没有选择用户类型!');window.location.href='login.asp'</script>"
end if
end if
%>
这段代码用什么程序运行?? 展开
<!--#include file="conn.asp"-->
<% if request("login")<>"" then
if request("usertype")<>"" then '用户类型不空,核实数据真实
If Request("usertype")="user" Then
sql = "select * from u where name='"&request("name")&"' and pwd='"&request("pwd")&"'"
Else
sql = "SELECT * FROM admin WHERE name='"&Request("name")&"' and pwd='"&Request("pwd")&"'"
End If
Set rs=db.execute(sql)
If not rs.EOF Or Not rs.BOF Then '输入数据存在
If Request("usertype")="user" Then
If rs("lock") Then
response.Write"<script>alert('您已被锁定了!');window.location.href='login.asp'</script>"
else
Session("usertype")="user"
Session("userid")=rs("id")
Session("name")=rs("name")
Response.Redirect("index.asp")
end if
Else
Session("usertype")="admin"
Session("adminid")=rs("id")
Session("name")=rs("name")
Response.Redirect("index.asp")
End If
Else
response.Write"<script>alert('输入错误!');window.location.href='login.asp'</script>"
rs.close
End if
else'用户类型空
response.Write"<script>alert('没有选择用户类型!');window.location.href='login.asp'</script>"
end if
end if
%>
这段代码用什么程序运行?? 展开
3个回答
广东轻亿云软件
2024-05-14 广告
2024-05-14 广告
广东轻亿云软件科技有限公司在软件开发领域深耕多年,积累了丰富的经验和技术实力。我们深知API接口在现代软件开发中的重要性,因此,我们与多家业界领先的API接口提供商保持着紧密的合作关系,确保我们的产品和服务能够充分利用这些接口,为用户提供更...
点击进入详情页
本回答由广东轻亿云软件提供
展开全部
难点的:使用 IIS 运行,你可以搜索一下,安装教程和使用方法
简单的:下载asp运行工具,如aws.exe,黑风asp服务器等
简单的:下载asp运行工具,如aws.exe,黑风asp服务器等
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你是要做服务器还是要侦错?服务器一般ASP可以假设IIS,如果只是侦错的话,介绍你用ASPStudio,小巧实用
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询