⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 setbit.asp

📁 大家好
💻 ASP
字号:
<%@ language="vbscript"%>
<!-- #include file="adovbs.inc" -->
<%
if trim(session("3508"))="" then
	response.write "操作超时!"
	response.write "<a href='"&"../default.asp"&"'>返回主页</a>"
	response.end
end if
	function fixQuotes(theString)
			fixQuotes=Replace(theString,"'","''")
	end function
	On Error Goto 0
	Set con=Server.CreateObject("ADODB.Connection")
	con.Open Application("DBCon_ConnectionString")
if trim(request("qx"))="0" then
	strSql="update yonghu set youxiao='1' WHERE yonghuid='"&cdbl(request("mjjid"))&"'"
else
	strSql="update yonghu set youxiao='0' WHERE yonghuid='"&cdbl(request("mjjid"))&"'"
end if
    set rs=con.execute(strsql,kl)
if kl=1 then
	response.write "设置成功!"
	response.write "<a href='"&"usermanager.asp"&"'>按此返回</a>"
	response.end
else
	response.write "设置失败!"
	response.write "<a href='"&"usermanager.asp"&"'>按此返回</a>"
	response.end
end if
%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body bgcolor="#FFFFFF">

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -