📄 bs_news_edit.asp
字号:
<!--#include file="bsconfig.asp"-->
<!--#include file="Inc/articleCHAR.INC"-->
<%
'=========================================================
'
' 产品名称:良精科技 公司(企业)网站管理系统(简称:myszw.com)
' 版权所有: myszw.com
' 程序制作:myszw.com开发团队
' Copyright 2004-2005 myszw.com - All Rights Reserved.
'
'========================================================
%>
<%
dim strTitleName,strDataName,strUrlFile,UrlName
UrlName=trim(request("UrlName"))
if UrlName="Co" then
strTitleName="修 改 公 司 新 闻"
strDataName="Bs_NewsCo"
%>
<!--#include file="Include/Bs_SysNewsEdit.asp"-->
<%
elseif UrlName="Ye" then
strTitleName="修 改 业 内 资 讯"
strDataName="Bs_NewsYe"
%>
<!--#include file="Include/Bs_SysNewsEdit.asp"-->
<%
elseif UrlName="Pr" then
strTitleName="修 改 产 品 动 态"
strDataName="Bs_NewsPr"
%>
<!--#include file="Include/Bs_SysNewsEdit.asp"-->
<%
elseif UrlName="Faq" then
strTitleName="修 改 问 题 解 答"
strDataName="Bs_Faq"
%>
<!--#include file="Include/Bs_SysNewsEdit.asp"-->
<%
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -