del.asp

来自「电子商务系统Easy_Buy是一个在线销售系统」· ASP 代码 · 共 12 行

ASP
12
字号
<%qx="25"%>
<!--#include file="../login/0.asp"-->
<!--#include file="../../conn/conn.asp"-->
<!--#include file="../../conn/fso.asp"-->
<%
html= conn.execute("select html from shop_news where id="&request("id")&"")(0)
wj="../../web/html/"&html
del_wj_myfso wj
Set s= Server.CreateObject("abodb.recordset")
conn.execute("Delete shop_news where id="&request("id")&"")
response.redirect"edit.asp?page="&request("page")&""
set s=nothing%>

⌨️ 快捷键说明

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