admin_tools_del_check.asp

来自「qiangda de wangluo liuyanban」· ASP 代码 · 共 24 行

ASP
24
字号
<% server.scripttimeout = 90 %>
<% Response.Buffer = True %>

<!-- #include file = "setup.asp" -->

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>超级用户删除留言板用户的留言信息</title>
</head>

<body>
<%

Set gbook =Server.CreateObject("wzxBook.GuestBook") 
gbook.dsntemp = dsntemp
gbook.admindeluserinfo
Set gbook = Nothing
%>   
</body>

</html>

⌨️ 快捷键说明

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