bs_news.asp

来自「非常漂亮的整程序」· ASP 代码 · 共 47 行

ASP
47
字号
<!--#include file="bsconfig.asp"-->
<%
'=========================================================
'
' 产品名称:良精科技 公司(企业)网站管理系统(简称:myszw.com)
' 版权所有: myszw.com 
' 程序制作:myszw.com开发团队
' Copyright 2004-2005 myszw.com - All Rights Reserved. 
'
'========================================================
%>
<%
dim sqltext,rs,contentID,CurrentPage
dim strTitleName,strDataName,strUrlFile,UrlName,strSeeUrl
UrlName=trim(request("UrlName"))

if UrlName="Co" then
	strTitleName="公 司 新 闻 管 理"
	strDataName="Bs_NewsCo"
  strSeeUrl="Bs_NewsInfo.asp?Action=Co&"
%>
<!--#include file="Include/Bs_SysNews.asp"-->
<%
elseif UrlName="Ye" then
	strTitleName="业 内 资 讯 管 理"
	strDataName="Bs_NewsYe"
  strSeeUrl="Bs_NewsInfo.asp?Action=Ye&"
%>
<!--#include file="Include/Bs_SysNews.asp"-->
<%
elseif UrlName="Pr" then
	strTitleName="产 品 动 态 管 理"
	strDataName="Bs_NewsPr"
  strSeeUrl="Bs_NewsInfo.asp?Action=Pr&"
%>
<!--#include file="Include/Bs_SysNews.asp"-->
<%
elseif UrlName="Faq" then
	strTitleName="问 题 解 答 管 理"
	strDataName="Bs_Faq"
  strSeeUrl="Bs_FaqInfo.asp?"
%>
<!--#include file="Include/Bs_SysNews.asp"-->
<%
end if
%>

⌨️ 快捷键说明

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