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

📄 news_edit.asp

📁 word习题 word习题 word习题
💻 ASP
字号:
<!--#include file="bsconfig.asp"-->
<!--#include file="Inc/articleCHAR.INC"-->

<%
dim strTitleName,strDataName,strUrlFile,UrlName
UrlName=trim(request("UrlName"))

if UrlName="Co" then
	strTitleName="修 改 公 司 新 闻"
	strDataName="NewsCo"
%>
<!--#include file="Include/SysNewsEdit.asp"-->
<%
elseif UrlName="Ye" then
	strTitleName="修 改 业 内 资 讯"
	strDataName="NewsYe"
%>
<!--#include file="Include/SysNewsEdit.asp"-->
<%
elseif UrlName="Pr" then
	strTitleName="修 改 产 品 动 态"
	strDataName="NewsPr"
%>
<!--#include file="Include/SysNewsEdit.asp"-->
<%
elseif UrlName="Faq" then
	strTitleName="修 改 问 题 解 答"
	strDataName="Faq"
%>
<!--#include file="Include/SysNewsEdit.asp"-->
<%
end if
%>

⌨️ 快捷键说明

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