<% secim=Request.Form("nerede")%> <% kayit=Request.Form("kayit") %>
<% if kayit="" then Response.Write("
") Response.Write("
ID Numarası Girmediniz.
") Response.Write("
") else%> <%if secim="firmalar" then%> <% sorgum="Select * from firma where onay=true order by fkodu desc" Rs.Open Sorgum, Baglantim, 1, 3 if rs.eof or rs.bof then else do while not rs.eof if rs("onay")=true and rs("FKodu")=Cint(kayit) then%>
"> <% if rs("logo")<>"" then %> " border="0" width="100" height="100" /> <% else %> <%end if%>
Firma Adı
Adresi
: <%= rs("adresi") %>/<%= rs("ilce") %>-<%= rs("sehir") %>
Telefon
İnternet
Mail
Faaliyet Alanı
: <%= rs("telefon") %>
Kısa Açıklama:">
<%=left((rs("aciklama")),200)%>...
<% Exit Do rs.movenext else rs.movenext if rs.eof then Response.Write("
") Response.Write("
Kayıtlı Firma Bulunamadı.
") Response.Write("
") exit do end if end if%> <% Loop %> <% end if %> <%Rs.Close%> <%elseif secim="urunler" then%> <%if skodu<>"" then sorgum="Select * from Urun where skodu="&skodu&" order by id desc" else sorgum="Select * from Urun order by id desc" end if if askodu<>"" then sorgum="Select * from Urun where skodu like '%"&skodu&"%'" end if rs.Open Sorgum, Baglantim, 1, 3 if rs.eof or rs.bof then Response.Write("
") Response.Write("
Kayitli Ürün Bulunmadi.
") Response.Write("
") else Do While not rs.eof%> <%if rs("id")=Cint(kayit) and rs("goster")=true then%>
<% if Rs("resim")<>"" then %> <% Path = Server.URLEncode(Server.MapPath(Rs("resim"))) %> ',700,400)"> <% else %> ',700,400)"> <% end if %>
Ürün Adı : ',700,400)"><%= rs("adi") %>
Satıcı Firma "><%firmabul(rs("fkodu")) %>
Satıcı Firma Telefonu : <% firmabultel(rs("fkodu")) %>
Ürün Kısa Açıklama : <%=left((rs("aciklama")),200)%>...
<% Exit Do rs.movenext else rs.movenext if rs.eof then Response.Write("
") Response.Write("
Kayıtlı Ürün Bulunamadı.
") Response.Write("
") exit do end if end if%> <% Loop %> <% end if %> <%Rs.Close%> <%elseif secim="ilanlar" then%> <% sorgum="select * from ilan where goster=true order by id desc" Rs.Open Sorgum, Baglantim, 1, 3 if rs.eof or rs.bof then Response.Write("
") Response.Write("
Kayıtlı Ürün Bulunamadı.
") Response.Write("
") else do while not rs.eof if rs("id")=Cint(kayit) and rs("goster")=true then %>
',700,400)" onmouseover="this.style.backgroundColor='#EEEEEE';" onmouseout="this.style.backgroundColor='#FFFFFF';"><%= rs("baslik") %>
<%= rs("aciklama") %>
<% ilanadi(rs("tur")) %>
<%Exit Do rs.movenext else rs.movenext if rs.eof then Response.Write("
") Response.Write("
Kayıtlı Ürün Bulunamadı.
") Response.Write("
") exit do end if end if%> <% Loop %> <% end if %> <%Rs.Close%> <%end if end if%>