 |
<% if fkodu<>"" then
Session("sayfa")="rehber"
Response.Redirect("giris.asp?fkodu="&fkodu)
end if
sorgum="Select * from firma where onay=true order by fkodu desc"
Rs.Open Sorgum, Baglantim, 1, 3
if rs.eof or rs.bof then
Response.Write("| Kayıtlı Üye Bulunmadı. | ")
else
Set istekurl = Request.ServerVariables("QUERY_STRING")
istekbolum = Split(istekurl,"/")
istekbolum2=istekbolum(3)
parcala=split(istekbolum2,"-")
Shf=parcala(1)
if shf="" then shf=1 end if
rs.pagesize = 22
rs.absolutepage = shf
cellcolor="#FFFFFF"
sayfa = rs.pagecount
y=0
for i=1 to 22
if rs.eof then exit for %>
|