?? news.asp
字號:
<!--#include file="inc/config.asp"-->
<!--#include file="mdb.asp"-->
<!--#include file="inc/format.asp"-->
<!--#include file="inc/error.asp"-->
<!--#include file="inc/inc.asp"-->
<!--#include file="inc/news_body.asp"-->
<%
stats="雜七零八"
dim founderr,errmsg
founderr=false
errmsg=""
if request("page")<>"" then
if not isInteger(request("page")) then
founderr=true
errmsg=errmsg+"<br>"+"<li>非法的新聞分頁參數。"
end if
end if
if request("type")<>"" then
if not isInteger(request("type")) then
founderr=true
errmsg=errmsg+"<br>"+"<li>非法的新聞顯示參數。"
end if
end if
if founderr then
call diserror()
else
call head()
call menu()
call news_body()
call footer()
end if
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -