📄 templatedel.asp
字号:
<%
'功能 :删除报表模板
'参数 : type 报表类型
%>
<!--#include file="../inc/Secure.asp"-->
<!--#include file="../inc/conn.asp"-->
<!--#include file="../inc/Const.asp"-->
<%
stype=request("type") '报表类别
Dim mRecordID,mSql
mRecordID = Request("RecordID")
mSql = "Delete From tbioaOffice_Template where RecordID='" & mRecordID & "'"
Oconn.Execute(mSql)
Response.Redirect "TemplateList.asp?type="&stype
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -