<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Response.Expires= -1 Response.AddHeader "Cache-Control", "no-cache" Response.AddHeader "Pragma", "no-cache" %> [an error occurred while processing this directive] <% Dim faqLIST Dim faqLIST_numRows Set faqLIST = Server.CreateObject("ADODB.Recordset") faqLIST.ActiveConnection = MM_aspConnection_STRING faqLIST.Source = "SELECT * FROM tbdb.con_faq WHERE faqACTIVE = 'Y' ORDER BY faqSORT ASC" faqLIST.CursorType = 0 faqLIST.CursorLocation = 2 faqLIST.LockType = 1 faqLIST.Open() faqLIST_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 faqLIST_numRows = faqLIST_numRows + Repeat1__numRows %> <% locationID = Request.QueryString("locationID") %> <% showMONTH = Request.QueryString("month") %> Ticket Blasters Defensive Driving - defensive driving course, speeding tickets, traffic tickets, radar dectector
[an error occurred while processing this directive]
<% While ((Repeat1__numRows <> 0) AND (NOT faqLIST.EOF)) %> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 faqLIST.MoveNext() Wend %>


[an error occurred while processing this directive]
 

<%=(faqLIST.Fields.Item("faqQUESTION").Value)%>
<%=(faqLIST.Fields.Item("faqANSWER").Value)%>

  [an error occurred while processing this directive]
  [an error occurred while processing this directive]
[an error occurred while processing this directive]
<% faqLIST.Close() Set faqLIST = Nothing %>