📄 shyqlj.asp
字号:
<% @LANGUAGE="VBSCRIPT" CODEPAGE="65001" %>
<%
if session("admin")="" then
response.redirect "admin.asp"
else
if session("flag")>1 then
response.write "<br><p align=center>您没有操作的权限</p>"
response.end
else
%>
<%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<!-- #include file="conn.asp" -->
<wml>
<head>
<meta http-equiv='Cache-Control' content='no-cache'/>
</head>
<card id='main' title='操作提示'>
<p><%
id=request("id")
set rs=server.createobject("adodb.recordset")
sql="select * from link where ID="&id
rs.open sql,conn,3,3
rs("admin")=1
rs.update
rs.close
set rs=nothing
conn.Close
set conn=Nothing
Response.Write "审核友链成功!"
%>
<br/>----------
<br/>选择返回菜单:
<br/><a href='main.asp'>3.管理首页</a>
</p>
</card>
</wml>
<%
end if
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -