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

📄 messagemove_do.asp

📁 WAP2.0的手机网站留言板
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%Response.CodePage=65001%>
<%Response.Charset="UTF-8"%>
<!--#include file="adminCheck.asp"-->
<!--#include file="../func.asp"-->
<!--#include file="db_conn_admin.asp"-->
<%
Dim id1,id2
id1=Trim(request.form("id1"))
id1=CInt(id1)
id2=Trim(request.form("id2"))
id2=CInt(id2)

sqlStr="delete from WP_msg where msg_id between "&id1&" and "&id2
conn.execute(sqlStr)
Response.redirect "info.asp?info=2904"
Set conn=nothing
%>

⌨️ 快捷键说明

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