<%
出错时继续下一步
服务器.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组件。其用法请参见:http: //www.knowsky.com/5190.html