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

📄 addnews.asp

📁 办公自动化系统
💻 ASP
字号:
<!--#include virtual="/_inc/GeneralADO.asp"-->
<%
dim strTopic,strContent,page
page=request.querystring("page")
strTopic=request.form("topic")
strTopic=Replace(strTopic,"'","''")
strTopic=Replace(strTopic,"<","〈")
strTopic=Replace(strTopic,">","〉")
strContent=request.form("content")
strContent=Replace(strContent,"<","〈")
strContent=Replace(strContent,">","〉")
'strContent=Replace(strContent,Chr(13)+Chr(10),"<br>")
strContent=Replace(strContent,"'","''")

oCon.execute"insert into IC_NEWS (TOPIC,CONTENT,TIME) values('"&strTopic&"','"&strContent&"','"&date&"')"

oCon.close
set oCon=nothing

response.redirect "news.asp?page="&page
%>

⌨️ 快捷键说明

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