Programalama > ASP

Etiketler: domain, sorgulama

Ort. 1
Puan ver:
<% 
If  request.form("domain")<>""  then  
 GotothisURL = "http://www." & request.form("domain") 

  Set  GetConnection = CreateObject("Microsoft.XMLHTTP") 

 GetConnection.Open "get", GotothisURL,  False  
on error resume  next  
 GetConnection.Send  

 ResponsePage = GetConnection.getResponseHeader("Date") 

if  ResponsePage=""  then   
Response.write("Domain kullanımda değil") 
else  
Response.write("Domain alınmış(kullanımda)") 
end  if 

Set  GetConnection =  Nothing  

else  
%> 
<form method=post action=<% =request.servervariables("URL") %>> 
<input type=text name=domain size=15 value="domain.com"> 
<input type=submit value="Find domain name"> 
</form> 
<%  end  if %>


Yorumlar                 Yorum Yaz
Bu hazır kod'a ilk yorumu siz yapın!
KATEGORİLER
ASP - 240
ASP.NET - 24
C# - 75
C++ - 174
CGI - 8
DELPHI - 247
FLASH - 49
HTML - 536
PASCAL - 246
PERL - 11
PHP - 160
WML - 9
XML - 2
Copyright © 2002 - 2024 Hazır Kod - Tüm Hakları Saklıdır.
Siteden yararlanırken gizlilik ilkelerini okumanızı tavsiye ederiz.
hazirkod.com bir İSOBİL projesidir.