<% while not rs.EOF and conta < rs.PageSize
conta=conta+1%>
|
<%=rs("oggetto")%> (<%=rs("data")& " --- " & left(rs("Ora"),5) %>) |
|
Formulata
da: (<%=rs("nome") & left(rs("Cognome"),1) %>)
|

|
<% if criterio ="" then %>
<%=rs("Domanda")%>
<% else %>
<%=Replace(rs("domanda"),criterio,"" & criterio & "")%>
<% end if %>
|
----------------------------------------------------------------------------- |

|
<% if criterio ="" then %>
<%=rs("Risposta")%>
<% else %>
<%=Replace(rs("Risposta"),criterio,"" & criterio & "")%>
<% end if %>
|
|
|
|
|
<% rs.MoveNext
wend %> |