?? cont5.htm
字號:
<html>
<head>
<meta NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<style>A:link {
TEXT-DECORATION: underline
}
.105V {
FONT-FAMILY: 宋體; FONT-SIZE: 10.5pt
}
td {
FONT-FAMILY: 宋體; FONT-SIZE: 9pt
}
.90VE {
FONT-FAMILY: arial; FONT-SIZE: 9pt
}
A:visited{COLOR:blue}
A:hover {
COLOR: red
}
A.bb {
TEXT-DECORATION: underline
}
A.bbr {
COLOR: #ff0000; TEXT-DECORATION: underline
}
</style>
<script language="vbscript">
function add_onsubmit()
if add.sComputerID.value="" then
msgbox "必須輸入計算機編號。"
add_onsubmit=false
elseif len(add.sComputerID.value )<3 then
msgbox "計算機編號必須為 3 位,不夠 3 位前面補 0,請重新輸入。"
add_onsubmit=false
else
add_onsubmit=checkIP(add.sComputerIP.value)
end if
end function
function checkIP(strIP)
checkIP=true
if strIP="" then
msgbox "必須輸入 IP 地址,請按 255.255.255.255 格式輸入。"
checkIP=false
else
dim IPlen,ip1,ip2,ip3,ip4
dim i,j
dim tmpStr
j=1
IPlen=len(strIP)
for i=1 to IPlen
tmpStr=mid(strip,i,1)
if tmpStr<>"." then
select case j
case 1:ip1=ip1 & tmpStr
case 2:ip2=ip2 & tmpStr
case 3:ip3=ip3 & tmpStr
case 4:ip4=ip4 & tmpStr
end select
else
j=j+1
end if
next
if j<>4 or ip2="" or ip3="" or ip4="" or not isnumeric(ip1) _
or not isnumeric(ip2) or not isnumeric(ip3) or not isnumeric(ip4) _
or len(ip1)>3 or len(ip2)>3 or len(ip3)>3 or len(ip4)>3 then
msgbox "IP 地址不合法,請按 255.255.255.255 格式輸入。"
checkIP=false
else
if cint(ip1)<0 or cint(ip1)>255 or cint(ip2)<0 or cint(ip2)>255 or _
cint(ip3)<0 or cint(ip3)>255 or cint(ip4)<0 or cint(ip4)>255 then
msgbox "IP 地址不合法,請按 255.255.255.255 格式輸入,每個單元必須為 0-255。"
checkIP=false
else
add.sComputerIP.value=cint(ip1) & "." & cint(ip2) & "." & cint(ip3) & "." & cint(ip4)
end if
end if
end if
end function
</script>
</head>
<body>
<table border="0" cellPadding="0" cellSpacing="0" height="100%" width="100%">
<tbody>
<tr>
<td height="145" rowSpan="7" width="9"></td>
<td height="145" rowSpan="7" vAlign="top" colspan="4">
<p><b><font size="3">日志查詢</font></b></p>
<p><b>1. 查詢條件設(shè)置:</b></p>
<blockquote>
<p>用來設(shè)置要查詢?nèi)罩镜拈_始日期/時間和截止日期/時間。默認為從當前時間到前一天的這個時間段。</p>
</blockquote>
<p> <b>2. 功能操作:</b></p>
<blockquote>
<p> 1. 開始查詢:查詢條件設(shè)置完成后,按這個按鈕返回查詢結(jié)果。 <br>
2. 清除:清除返回結(jié)果列表,這個操作并不刪除日志中的記錄。這個版本沒有提供刪除日志記錄的功能。 <br>
3. 上一頁/下一頁:對查詢結(jié)果進行翻頁操作。 </p>
</blockquote>
<p><b><font size="3">請參閱</font></b> </p>
<p> <a href="cont0.htm">功能簡介</a> - <a href="cont1.htm">彈出菜單</a> - <a href="cont2.htm">圖標說明</a>
- <a href="cont3.htm">主界面操作</a> - <a href="cont4.htm">封包監(jiān)視</a> - <a href="cont6.htm">控管規(guī)則</a>
- <a href="cont7.htm">系統(tǒng)設(shè)置</a> - <a href="cont8.htm">關(guān)于</a> - <a href="cont9.htm">用戶注冊</a></p>
</td>
</tr>
<tr></tr>
<tr></tr>
<tr></tr>
<tr></tr>
<tr></tr>
<tr></tr>
</tbody>
</table>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -