写的很简单,只是实现了功能
<%
Formaturl de fonction (oui)
Si milieu(oui,5,1)<>"" alors
oui1 = gauche (oui,3)
oui2 = droite(oui,cint(len(oui))-3)
formaturl = oui1 & "." & oui2
autre
formaturl=oui
finir si
Fonction de fin
'取得远程网页二进制源代码
Fonction getBoy(url)
'en cas d'erreur, reprendre ensuite
Définir objXml = Server.CreateObject("Microsoft.XmlHttp")
avec objXml
.open "get",url,false,"",""
.envoyer
getBoy = .responsebody
terminer par
getBoy = OctetsVersBstr(GetBoy,"GB2312")
Définir objXml = rien
fonction de fin
'处理二进制流代码
Fonction BytesToBstr(strBody,CodeBase)
objStream obscur
set objStream = Server.CreateObject("Adodb.Stream")
objStream.Type = 1
objStream.Mode =3
objStream.Open
objStream.Write strBody
objStream.Position = 0
objStream.Type = 2
objStream.Charset = CodeBase
BytesToBstr = objStream.ReadText
objStream.Fermer
définir objStream = rien
Fonction de fin
%>
未注册的域名如下
<%
'www.knowsky.com如果提交了查询
Si Request.Form("oui") <> "" Alors
yes = replace(Request.Form("yes")," ","") '
yes = split(yes,",") '实例化一个数组yes,将用逗号隔开的yes数组赋值给yes新数组
Pour i = 0 à ubound(yes) '遍历数组循环开始
url = " http://panda.www.net.cn/cgi-bin/Check.cgi?domain="&Request.Form("domain")&"&ext="&yes(i )
wstr = getBoy(url) '获取查询后的源代码
Si instr(wstr,"未被注册的域名") <> 0 Then '判断是否为已经注册的域名
Response.Write Request.Form("domain")&"."&formaturl(yes(i))&"<br><br><br><br>" '列出未注册的域名
Fin si
Suivant
réponse.Écrivez "<p><p><p>已注册的域名如下:<br>"
Pour i = 0 à ubound(yes) '遍历数组循环开始
url = " http://panda.www.net.cn/cgi-bin/Check.cgi?domain="&Request.Form("domain")&"&ext="&yes(i )
wstr = getBoy(url) '获取查询后的源代码
Si instr(wstr,"已被注册的域名") <> 0 Then '判断是否为已经注册的域名
Response.Write Request.Form("domain")&"."&formaturl(yes(i))&"<br><br><br><br>" '列出已注册的域名
Fin si
Suivant
Sinon
%>
<nom du formulaire="form1" méthode="post" action="">
<p>
<input name="domain" type="text" id="domain">
<input type="submit" name="Submit" value="查询">
</p>
<p>
<input name="yes" type="checkbox" id="yes" value="com">
.com
<input name="yes" type="checkbox" id="yes" value="net">
.filet
<input name="yes" type="checkbox" id="yes" value="org">
.org </p>
<p>
<input name="yes" type="checkbox" id="yes" value="comcn">
.com.cn
<input name="yes" type="checkbox" id="yes" value="netcn">
.net.cn
<input name="yes" type="checkbox" id="yes" value="orgcn">
org.cn
<input name="yes" type="checkbox" id="yes" value="govcn">
gov.cn </p>
<p>
<input name="yes" type="checkbox" id="yes" value="info">
.info
<input name="yes" type="checkbox" id="yes" value="biz">
.biz
<input name="yes" type="checkbox" id="yes" value="tv">
.TV
<input name="yes" type="checkbox" id="yes" value="cc">
.cc</p>
<p>
<input name="yes" type="checkbox" id="yes" value="cn">
.cn
<input name="yes" type="checkbox" id="yes" value="name">
.nom </p>
</form>
<%
Fin si
%>