<% set rs = getrs2( "/fax/noticias.mdb","Select * from perguntas INNER JOIN Tipos_Perguntas ON Perguntas.CodAssunto = Tipos_Perguntas.CodAssunto " & _ "WHERE Perguntas.codAssunto = " & request.QueryString("cod")) aux = 1 %> FAQ DISKLICIT - Perguntas e Respostas
Perguntas sobre <%=rs("NomeAssunto")%>.
<% do while rs.eof=false %> <% rs.movenext aux = aux + 1 loop %>
  <% response.write( "

"&""&aux & ". - " & rs("pergunta") & " 

" ) %>