asp下多个域名后缀同时查询的域名查询系统

时间:2021-05-28

写的很简单,只是实现了功能

<%
Functionformaturl(yes)
Ifmid(yes,5,1)<>""then
yes1=left(yes,3)
yes2=right(yes,cint(len(yes))-3)
formaturl=yes1&"."&yes2
else
formaturl=yes
endif
EndFunction
'取得远程网页二进制源代码
FunctiongetBoy(url)
'onerrorresumenext
SetobjXml=Server.CreateObject("Microsoft.XmlHttp")
withobjXml
.open"get",url,false,"",""
.send
getBoy=.responsebody
endwith
getBoy=BytesToBstr(GetBoy,"GB2312")
SetobjXml=nothing
endfunction

'处理二进制流代码
FunctionBytesToBstr(strBody,CodeBase)
dimobjStream
setobjStream=Server.CreateObject("Adodb.Stream")
objStream.Type=1
objStream.Mode=3
objStream.Open
objStream.WritestrBody
objStream.Position=0
objStream.Type=2
objStream.Charset=CodeBase
BytesToBstr=objStream.ReadText
objStream.Close
setobjStream=nothing
EndFunction
%>
未注册的域名如下
<%
'.cn
<inputname="yes"type="checkbox"id="yes"value="netcn">
.net.cn
<inputname="yes"type="checkbox"id="yes"value="orgcn">
org.cn
<inputname="yes"type="checkbox"id="yes"value="govcn">
gov.cn</p>
<p>
<inputname="yes"type="checkbox"id="yes"value="info">
.info
<inputname="yes"type="checkbox"id="yes"value="biz">
.biz
<inputname="yes"type="checkbox"id="yes"value="tv">
.tv
<inputname="yes"type="checkbox"id="yes"value="cc">
.cc</p>
<p>
<inputname="yes"type="checkbox"id="yes"value="cn">
.cn
<inputname="yes"type="checkbox"id="yes"value="name">
.name</p>
</form>
<%
EndIf
%>

声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。

相关文章