WORKING AREAS
 
 
<% sSQL = Empty sSQL = sSQL & " SELECT * FROM Faaliyet" sSQL = sSQL & " ORDER BY ID DESC" Set Rec=Conn.Execute(sSQL) If Not Rec.EOF Then %> <% Do While Not Rec.EOF %> <% Rec.MoveNext Loop %>
<% If Not Rec("HKResim1") ="" Then %> ')">" border="0" align="left" width="200" /> <%End If%> <%=Rec("Metin_ENG")%>
<% End If Set Rec=Nothing %>

<< Previous Page