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

📄 wap_save.asp

📁 新的简单易用的公司管理系统
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!--#include file=conn.asp-->
<%
If trim(request("title")) = "" or trim(request("detail")) = "" then
response.redirect "wap_ADD.asp"
response.end
end if
dim sql
Sql="INSERT INTO news(ntitle, ndetail,nclass,ntime) values('"&trim(request("title"))&"', '"&trim(request("detail"))&"', '"&trim(request("class"))&"','"&now()&"')"
Cn.Execute Sql
cn.close
set cn=nothing
response.redirect "wap_suc.asp"
%>

⌨️ 快捷键说明

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