<%
出錯時繼續下一步
伺服器.ScriptTimeOut=9999999
函數 getHTTPPage(路徑)
t = GetBody(路徑)
getHTTPPage=BytesToBstr(t,"GB2312")
結束函數
Function GetBody(url)
出錯時繼續下一步
設定檢索 = CreateObject("Microsoft.XMLHTTP")
帶檢索
.打開“獲取”,url,False,“”,“”
。
GetBody = .ResponseBody
結束於
設定檢索=無
結束函數
Function BytesToBstr(body,Cset)
暗淡對象流
設定 objstream = Server.CreateObject("adodb.stream")
objstream.Type = 1
objstream.Mode =3
objstream.Open
objstream.寫入主體
objstream.Position = 0
objstream.Type = 2
objstream.Charset = Cset
BytesToBstr = objstream.ReadText
objstream.關閉
設定 objstream = 無
結束功能
%>
<%
if request("domain")<>"" then
'url=" http://panda.www.net.cn/cgi-bin/Whois.cgi?domain="&request("domain")&"&"&request("root")&"=yes&work=whois&referer= http://panda.www.net.cn/cgi-bin/Check.cgi?domain=" &request("網域")
url=" http://panda.www.net.cn/cgi-bin/Check.cgi?domain= "&request("網域名稱")&"&ext="&request("root")
wstr=getHTTPPage(url)
'www.knowsky.com
'response.write Instr(wstr,"可以註冊")
if instr(lcase(wstr),"已註冊的網域名稱")>0 then
body="域名已經被註冊"
elseif instr(lcase(wstr),"升級註冊的網域名稱")>0 then
body="域名註冊"
別的
body=“網路延遲,請重新查找”
結束如果
結束如果
%>
<表格寬度=“40%”邊框=“0”對齊=“中心”cellpadding=“5”cellspacing=“1”bgcolor=“#999999”>
<tr>
<td height="26" bgcolor="efefef">網域查詢系統:<% if request("domain")>"" then response.Write(request("domain")&"."&request("root") &body) 結束if%></td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><form name="form1" method="post" action=""><table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td height="36"> <divalign="center">www.
<輸入類型=“文字”名稱=“域”>
<選擇名稱=“根”id=“選擇”>
<選項值=“cn”選擇>.cn</選項>
<選項值=“com”>.com</選項>
<選項值=“net”>.net</選項>
<選項值=“org”>.org</選項>
<選項值=“com.cn”>.com.cn</選項>
<選項值=“net.cn”>.net.cn</選項>
<選項值=“gov.cn”>.gov.cn</選項>
</選擇>
</div></td>
</tr>
<tr>
<td高度=“35”>
<div對齊=“中心”>
<input type="submit" name="Submit" value="查詢">
</div>
<divalign="center"></div></td>
</tr>
</表></形式></td>
</tr>
</table>
<palign="center"> </p>
<表格寬度=“40%”邊框=“0”對齊=“中心”cellpadding=“5”cellspacing=“1”bgcolor=“#999999”>
<tr>
<td height="42" bgcolor="#FFFFFF">
<FORM name=search_form action='http://search.sohu.com/web' method=get target=_blank>
<div對齊=“中心”>
<輸入類型=“隱藏”名稱=“pid”值=“hljec”>
<input name="query" type="text" style="font-size:14px;width:150" value="好網域名稱">
<input type="submit" name="ss" value="查看" onclick=document.search_form.action='http://search.sohu.com/web' style="font-size:14px;width=40 ;高度=20">
</div>
</表格></td>
</tr>
</table>
程式碼我已經在本地測試通過。
文章裡面用到的Microsoft.XMLHTTP元件。