Arkadaslar asagidaki kodu siteme eklyorum fakat domain sorusturmasi yaptigimda sonuc hepsi musait cikiyor burdaki hata nedir?
Kod:
Klas Ticaret Hosting ve Domain Hizmetleri Domain Sorgulama Sonucları
0 then MESAJ1="Musait Değil" else MESAJ1="Musait" end if a2=InStr(1,txtURL2,"Domain Name:") if a2>0 then MESAJ2="Musait Değil" else MESAJ2="Musait" end if a3=InStr(1,txtURL3,"Domain Name:") if a3>0 then MESAJ3="Musait Değil" else MESAJ3="Musait" end if response.write " [TABLE]
" response.write " [TR]
" response.write " [TD] [/TD]
" response.write " [/TR]
" response.write " [TR]
" response.write " [TD][COLOR=""red""]ALAN ADI[/COLOR][/TD]
" response.write " [TD][COLOR=""red""]ALAN DURUMU[/COLOR][/TD]
" response.write " [TD][COLOR=""red""]İŞLEM[/COLOR][/TD]
" response.write " [/TR]
" response.write " [TR]
" if MESAJ1="Musait Değil" then response.write " [TD][COLOR=""blue""]http://www."&domain&".com[/COLOR][/TD]
" else response.write " [TD][COLOR=""blue""]http://www."&domain&".com[/COLOR][/TD]
" end if response.write " [TD][COLOR=""gray""]"&MESAJ1&"[/COLOR][/TD]
" if MESAJ1="Musait" then response.write " [TD][COLOR=""red""]Satın Al[/COLOR][/TD]
" else response.write " [TD][COLOR=""red""]Detay[/COLOR][/TD]
" end if response.write " [/TR]
" response.write " [TR]
" if MESAJ2="Musait Değil" then response.write " [TD][COLOR=""blue""]http://www."&domain&".net[/COLOR][/TD]
" else response.write " [TD][COLOR=""blue""]http://www."&domain&".net[/COLOR][/TD]
" end if response.write " [TD][COLOR=""gray""]"&MESAJ2&"[/COLOR][/TD]
" if MESAJ2="Musait" then response.write " [TD][COLOR=""red""]Satın Al[/COLOR][/TD]
" else response.write " [TD][COLOR=""red""]Detay[/COLOR][/TD]
" end if response.write " [/TR]
" response.write " [TR]
" if MESAJ3="Musait Değil" then response.write " [TD][COLOR=""blue""]http://www."&domain&".org[/COLOR][/TD]
" else response.write " [TD][COLOR=""blue""]http://www."&domain&".org[/COLOR][/TD]
" end if response.write " [TD][COLOR=""gray""]"&MESAJ3&"[/COLOR][/TD]
" if MESAJ3="Musait" then response.write " [TD][COLOR=""red""]Satın Al[/COLOR][/TD]
" else response.write " [TD][COLOR=""red""]Detay[/COLOR][/TD]
" end if response.write " [/TR]
" response.write " [TR]
" if MESAJ3="Musait Değil" then response.write " [TD][COLOR=""blue""]http://www."&domain&".info[/COLOR][/TD]
" else response.write " [TD][COLOR=""blue""]http://www."&domain&".info[/COLOR][/TD]
" end if response.write " [TD][COLOR=""gray""]"&MESAJ3&"[/COLOR][/TD]
" if MESAJ3="Musait" then response.write " [TD][COLOR=""red""]Satın Al[/COLOR][/TD]
" else response.write " [TD][COLOR=""red""]Detay[/COLOR][/TD]
" end if response.write " [/TR]
" response.write " [TR]
" if MESAJ3="Musait Değil" then response.write " [TD][COLOR=""blue""]http://www."&domain&".name[/COLOR][/TD]
" else response.write " [TD][COLOR=""blue""]http://www."&domain&".name[/COLOR][/TD]
" end if response.write " [TD][COLOR=""gray""]"&MESAJ3&"[/COLOR][/TD]
" if MESAJ3="Musait" then response.write " [TD][COLOR=""red""]Satın Al[/COLOR][/TD]
" else response.write " [TD][COLOR=""red""]Detay[/COLOR][/TD]
" end if response.write " [/TR]
" response.write " [TR]
" if MESAJ3="Musait Değil" then response.write " [TD][COLOR=""blue""]http://www."&domain&".biz[/COLOR][/TD]
" else response.write " [TD][COLOR=""blue""]http://www."&domain&".biz[/COLOR][/TD]
" end if response.write " [TD][COLOR=""gray""]"&MESAJ3&"[/COLOR][/TD]
" if MESAJ3="Musait" then response.write " [TD][COLOR=""red""]Satın Al[/COLOR][/TD]
" else response.write " [TD][COLOR=""red""]Detay[/COLOR][/TD]
" end if response.write " [/TR]
" response.write " [TR]
" if MESAJ3="Musait Değil" then response.write " [TD][COLOR=""blue""]http://www."&domain&".us[/COLOR][/TD]
" else response.write " [TD][COLOR=""blue""]http://www."&domain&".us[/COLOR][/TD]
" end if response.write " [TD][COLOR=""gray""]"&MESAJ3&"[/COLOR][/TD]
" if MESAJ3="Musait" then response.write " [TD][COLOR=""red""]Satın Al[/COLOR][/TD]
" else response.write " [TD][COLOR=""red""]Detay[/COLOR][/TD]
" end if response.write " [/TR]
" response.write "[TR]
" response.write "[TD="colspan: 3"]
" with response .write "[TABLE]
" .write "[TR="bgcolor: efefef"]
" .write "[TD="width: ""20%"""]" .write ".com.tr
" .write ".org.tr
" .write ".gov.tr
" .write ".bel.tr
" .write ".k12.tr" .write "[/TD]
" .write "[TD]" .write "30 $
" .write "20 $
" .write "20 $
" .write "20 $
" .write "20 $" .write "[/TD]
" .write "[/TR]
" .write "[TR]
" .write "[TD="colspan: 2, align: center"]
" .write "Ozel Kurumsal Paketlerinizin Siparişleri İcin Lutfen Bizimle İrtibata Geciniz.." .write "[/TD]
" .write "[/TR]
" .write "[/TABLE]
" end with response.write "[/TD]
" response.write "[/TR]
" response.write " [/TABLE]
" set obj = nothing %>