<%@ LANGUAGE="VBSCRIPT" %> <% Option Explicit Dim Conn Dim RSIssues set conn = server.createobject ("adodb.connection") conn.open "", "", "" set RSIssues = Conn.Execute("select IssueID, IssueTitle from issues order by IssueDate desc") %> Issues
Issues

DFA-Flagstaff  Issue Statements
  Listed bel
ow are Issue Statements written by members of DFA-Flagstaff as well as statements representing DFA-Flagstaff as a whole. If you woud like to comment on one of these statements, please

contact us.

<% Do Until RSIssues.EOF %> "><% Response.Write RSIssues("IssueTitle") %>
<% RSIssues.MoveNext Loop %>