<% if (Session("sayfa")<>"urun" and Session("sayfa")<>"rehber" and skodu<>"") or Request.Form("ara")<>"" then Session("sayfa")="rehber" end if %>
FİRMALARDAKİ KAYITLAR. ( Üye ismi ve Detaylara Göre Arar )
Üye Adı Üye Adı Telefon
<% sorgum="select * from firma where detay like '%"&Request.QueryString("ara")&"%' or adi like '%"&Request.QueryString("ara")&"%'"&" or yetkili like '%"&Request.QueryString("ara")&"%'" rs.open sorgum,baglantim,1,3 'Response.Write(sorgum) %> <% do while not rs.eof if rs("onay")=true then %> <% else end if rs.movenext loop rs.close %>
"> <%= rs("adi") %> <%= rs("yetkili") %> <%= rs("telefon") %>
<% sorgum="select * from urun where detay like '%"&Request.QueryString("ara")&"%' or adi like '%"&Request.QueryString("ara")&"%'"&"or aciklama like '%"&Request.QueryString("ara")&"%'" rs.open sorgum,baglantim,1,3 'Response.Write(sorgum) do while not rs.eof %> ',700,400)" style="cursor:hand;"> <% rs.movenext loop rs.close %>
RESİMLERDE BULUNAN KAYITLAR
Resim Adi Üye
<%= rs("adi") %> <% firmabul(rs("fkodu")) %>