📄 del_user_ask.asp
字号:
<%
If request.cookies("admin")="" Then
Response.redirect"../"
End If
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>确定</title>
</head>
<body>
<p align="center"><font size="2"><a href="del_user.asp?uID=<%=request("uID")%>">确定</a>-----------<a href="javascript:history.back()">返回</a></font></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -