news_edit.asp

来自「word习题 word习题 word习题」· ASP 代码 · 共 34 行

ASP
34
字号
<!--#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 + =
减小字号Ctrl + -
显示快捷键?