?? bs_news_edit.asp
字號:
<!--#include file="bsconfig.asp"-->
<!--#include file="Inc/articleCHAR.INC"-->
<%
'=========================================================
'
'產品名稱: 公司(企業)網站管理系統(簡稱:www.web300.cn)
'版權所有: www.web300.cn
'程序制作:www.web300.cn開發團隊
'Copyright 2006-2008 www.web300.cn - 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 + -