?? del.asp
字號:
<!--
'========================================================================================
' 文 件 名: del.asp
' 版 本: 自由嶺鋒行業專用留言系統1.78 ( LF Message SyStem 1.78 )
' 說 明: 留言刪除文件 | 請勿自行修改該處文件,以確保程序正確的執行
' 文件日期: 2005-12-24
' 設 計 者: 疾風之狼
'========================================================================================
' Copyright (C) 2001--2005 自由嶺鋒. All rights reserved.
' 網 站: http://lingfengnet.com,
' 電子郵件: wfr@zknu.edu.cn
' 聯系QQ: 85112407
'========================================================================================
-->
<%@language=vbscript codepage=936 %>
<!-- #include file="inc/setup.asp" -->
<!-- #include file="inc/connect.asp" -->
<!-- #include file="inc/sub_inc.asp" -->
<!-- #include file="inc/ip_purview.asp" -->
<%flg="del"%>
<!-- #include file="inc/purview.asp" -->
<!-- #include file="inc/checkru.asp" -->
<%
gbookid=request("gbookid")
if not IsNumeric(gbookid) then response.redirect "default.asp"
if len(gbookid)>lingfengnet_ms_mbl then response.redirect "default.asp"
gbookurl=Cstr(Request.ServerVariables("HTTP_REFERER"))
Response.Write "<SCRIPT LANGUAGE=javascript>ask=confirm('"&lingfengnet_ms_language_Warning_del_1&"'); if (ask==true){window.location='delok.asp?gbookid="&gbookid&"&gbookurl="&gbookurl&"';}else{window.location='"&gbookurl&"'; } </SCRIPT>"
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -