?? bak_step2.asp
字號:
<%@ CODEPAGE = "936" %>
<%
'=================================
'
' 阿江酷站訪問統計系統
' Ajiang info@ajiang.net
' www.ajiang.net
'
' 版權所有·抄襲挪用必究
'
'=================================
%>
<!--#include file="inc_config.asp"-->
<%
'權限檢查
if session.Contents("master") <> true then Response.Redirect "help.asp?error=你不是管理員,無權進入本頁面。"
'獲取備份條件
offyear =trim(Request("offyear"))
offmonth =trim(Request("offmonth"))
offday =trim(Request("offday"))
offtime=offyear & "-" & offmonth & "-" & offday
if (not isdate(offtime)) then Response.Redirect "help.asp?error=請正確填寫要備份數據的截止日期。"
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Copyright" content="Ajiang http://www.ajiang.net">
<title><%=countname%>-數據備份-第二步-備份每日數據</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body topmargin=5 rightmargin=0 leftmargin=0 vlink=#000000><!--#include file="inc_top.asp"-->
<br>
<table width="500" cellspacing="0" align="center" cellpadding="0" border="0">
<tr><td colspan="3"><IMG src="images/photoup.gif"></td></tr>
<tr height="30">
<td width="1" class="backs"></td>
<td width="498" class="backq">
<IMG src="images/tb_title.gif" align=absMiddle> ∷∷∷ 數據備份-第二步 □ 備份每日數據 ∷∷∷<br>
<table width="90%" align=center><tr>
<td>
<p class="p1">系統正在備份每日的訪問數據,這些數據包括每日的訪問量和每日訪問者的IP地址的數目。
<p class="p1">請注意下面的紅色方框,當方框中出現“每日數據備份完成。”時,點擊框中的“下一步”連接可繼續。如果3分鐘后下面的紅色方框中仍然沒有顯示上述字樣,或者顯示“該頁無法顯示”,則請點擊下面的“繼續”按鈕,或者刷新本頁。
<p class="p1"><A href="bak_step2_in.asp?offtime=<%=offtime%>" target=bak_step2_in>[繼續]</a>
<p><table width="400" border=1 bordercolor=red align=center><tr><td>
<IFRAME src="bak_step2_in.asp?offtime=<%=offtime%>" name="bak_step2_in" width="400" height="120" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></IFRAME>
</td></tr></table>
<p class="p1" align="right"><FONT
color=gray><U>下一步 備份客戶端信息 開始</U></FONT> <input type="submit" name="bakgo" class="backc2" value=" "><font style="FONT-SIZE: 16px"> </font> </p>
</td></tr></table>
</td>
<td width="1" class="backs"></td>
</tr>
<tr><td colspan="4"><IMG src="images/photodown.gif"></td></tr>
</table>
<br><!--#include file="inc_bottom.asp"-->
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -