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

📄 bs_news.asp

📁 非常漂亮的整程序
💻 ASP
字号:
<!--#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -