English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
所有分類

很多主機商他們的網站內!都可以查!

小地想要做一個教學網站!裡面想要讓人可以查詢是否有網域可以註冊!

希望有人可以交我!

我的及時通:k45201315

2007-10-29 21:23:33 · 2 個解答 · 發問者 Anonymous in 電腦與網際網路 電腦網路

可是我還是不會耶!有人能做一個給我媽= = 拜託

2007-11-03 21:04:01 · update #1

2 個解答

1. PHP

http://www.bootstrike.com/PHPAJAXDomainCheck/

2. ASP

<%
If request.form("domain")<>"" then

' Intruduce the url you want to visit
GotothisURL = "http://www." & request.form("domain")

' Create the xml object
Set GetConnection = CreateObject("Microsoft.XMLHTTP")
' Conect to specified URL
GetConnection.Open "get", GotothisURL, False
on error resume next
GetConnection.Send

' ResponsePage is the response, then print it out to the page
ResponsePage = GetConnection.getResponseHeader("Date")

' Write response
if ResponsePage="" then
Response.write("This domain name may be available")
else
Response.write("This domain name is taken")
end if

Set GetConnection = Nothing

else
%>

>



<% end if %>

2007-10-30 04:03:08 · answer #1 · answered by mh 7 · 0 0

如果是*nix平台的話,都會有一個whois的系統指令,
所以呢,只要讓您的web application去呼叫這個指令就可以了。

2007-11-01 06:30:05 · answer #2 · answered by Faryne 6 · 0 0

fedest.com, questions and answers