?? cont8.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>
<blockquote>
<p> Xfilter 個人防火墻1.0版。 l Xstudio 出品。</p>
<p> 作者:朱雁輝、朱雁冰 </p>
<p>版權所有(C) 2001-2002 X 工作室 </p>
<p>網址:http://www.xfilt.com </p>
<p>Email:xstudio@xfilt.com </p>
<p>Xfilter出售源代碼,詳細信息請瀏覽上面的網址。網站上列出了產品價格和付款方式,或者直接發送 Email 進行咨詢。 </p>
<p>警告:本電腦程序受著作權法的保護。凡未經授權而擅自復制、盜用或散布此程序或部分程序,將遭到民事賠償及刑事的處罰,并將依法以最高刑罰進行追訴。
</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">封包監視</a> - <a href="cont5.htm">日志查詢</a>
- <a href="cont6.htm">控管規則</a> - <a href="cont7.htm">系統設置</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>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -