MUNICIPALITY SERICES REFERENCES
<% sSQL = Empty sSQL = sSQL & " SELECT * FROM B_REF ORDER BY Metin ASC" Set Rec = Conn.Execute(sSQL) If Not Rec.EOF Then Do While Not Rec.EOF If Not Rec("Dosya") = "" Then %>
" target="_blank" style="color:000000"><%=Rec("Metin_ENG")%>
<% End If Rec.MoveNext Loop End If Set Rec = Nothing %>
<< Previous Page