<% ara=PostKontrol(Request.Form("arama")) %>
<%ara1=bcevir(ara) ara2=kcevir(ara) sorgum="select * from urun where goster=true and adi like '%"&ara1&"%'"&" or adi like '%"&ara2&"%'"&" or aciklama like '%"&ara1&"%' or aciklama like '%"&ara2&"%' ORDER BY fkodu DESC" rs.open sorgum,baglantim,1,3 ks=rs.recordcount %>
"<%Response.Write ara%>" İçin Toplam <%Response.Write ks%> Kayıt Bulundu.
<%if ks=0 then Response.Write "
Aradığınız Özelliklerde Ürün Bulunamadı.
" else shf = Request.QueryString("shf") if shf="" then shf=1 end if rs.pagesize = 11 rs.absolutepage = shf cellcolor="#FFFFFF" sayfa = rs.pagecount%> <% for i=1 to 11 if rs.eof then exit for %> -<%=cevir(rs("adi")) %>.html',700,400)" style="cursor:hand;" onmouseover="this.style.backgroundColor='#FFE2C6';" onmouseout="this.style.backgroundColor='#FFFFFF';">
<% if rs("resim")<>"" then %> " border="1" width="99" height="99" /> <% else %> <%end if%>
Üye Adı : <%= rs("adi") %>
Üye Telefonu : <% firmabultel(rs("fkodu")) %>
Kısa Açıklama :
<%=left( rs("aciklama"),150) %>...
<% rs.movenext next %>
<%sayfa_numarasi()%>
<%end if%>