cs_ratch
- Messages postés
-
18
- Date d'inscription
- dimanche 15 octobre 2000
- Statut
- Membre
- Dernière intervention
- 13 juin 2002
c'est bon, en fait j'avais inclus mon tableau dans la boucle !
pour info, il faut faire :
<%
if rs.recordcount>0 then
rs.movefirst%>
<table width="100%" border="0" cellspacing="5" cellpadding="5">
<%do while not rs.eof
%>
<tr>
<td align="left"><%=rs.fields("nom_veterinaire")%></td>
<td align="left"><%=rs.fields("lien")%></td>
</tr>
<%
rs.movenext
loop
else%>
MERCI QUAND MEME POUR TON AIDE
Bon prog !
Ratch