Ma stai usando questa pagina?
o questa?codice:<% do while not recset.eof %> <tr><td width="85" bgcolor="#0099FF"><font color="#FFFFFF">dal: <%=recset("dal")&" al: "&recset("al")%></font></td> </tr> <tr> <td width="293"><%=recset("comune")%><ul>[*]<font size="2"><%=recset("evento")%> <%=recset("descrizione")%> <% if recset("link")<>"" then %> " target="_blank">Link all'evento</font> <% end if %> [/list]</td> </tr> <% recset.movenext loop %>
come t'ho già detto usa la primacodice:do while not recset.eof %> evento=recset("dal")&"|"&recset("al")&"|"&recset("comune")&"|"&recset("evento")&"|"&recset("descrizione")&"|"&recset("link") recset.movenext loop response.write(evento)![]()

Rispondi quotando