<%
エラー時は次へ再開
Server.ScriptTimeOut=9999999
関数 getHTTPPage(パス)
t = GetBody(パス)
getHTTPPage=BytesToBstr(t,"GB2312")
関数終了
Function GetBody(url)
エラー時は次から再開
Set Retrieval = CreateObject("Microsoft.XMLHTTP")
検索あり
.Open "Get"、URL、False、""、""
。送信
GetBody = .ResponseBody
で終わる
取得 = なしを設定します
終了関数
Function BytesToBstr(body,Cset)
薄暗いオブジェクトストリーム
set 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.Close
objstream = 何も設定しない
終了機能
%>
<%
if request("domain")<>"" then
'url= http://panda.www.net.cn/cgi-bin/Whois.cgi?domain= "&request("ドメイン")&"&"&request("ルート")&"=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("ルート")
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="网络延迟,请重新查找"
終了する場合
終了する場合
%>
<table width="40%" border="0" align="center" cellpadding="5" cellpacing="1" bgcolor="#999999">
<tr>
<td height="26" bgcolor="efefef">ドメイン名查询系统:<% if request("domain")>"" then response.Write(request("domain")&"."&request("root") &body) end if%></td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><form name="form1" method="post" action=""><table width="100%" border="0" cellpacing="1" cellpadding="1">
<tr>
<td height="36"> <div align="center">www.
<input type="text" name="ドメイン">
<select name="root" id="select">
<option value="cn" selected>.cn</option>
<option value="com">.com</option>
<option value="net">.net</option>
<option value="org">.org</option>
<option value="com.cn">.com.cn</option>
<option value="net.cn">.net.cn</option>
<option value="gov.cn">.gov.cn</option>
</選択>
</div></td>
</tr>
<tr>
<td height="35">
<div align="center">
<input type="submit" name="Submit" value="查询 ">
</div>
<div align="center"></div></td>
</tr>
</table></form></td>
</tr>
</table>
<p align="center"> </p>
<table width="40%" border="0" align="center" cellpadding="5" cellpacing="1" bgcolor="#999999">
<tr>
<td height="42" bgcolor="#FFFFFF">
<FORM name=search_form action='http://search.sohu.com/web' method=get target=_blank>
<div align="center">
<input type="hidden" name="pid" value="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>
</FORM></td>
</tr>
</table>
代コードは既にこの場所でテストされています。
この文書で使用される Microsoft.XMLHTTP コンポーネント。