<% SQL= "select site.codesite as codesite, site.organismesite as organismesite, site.adressesite as adressesite,"_ &" site.dateinscription as dateinscription, categorie.libellecategorie as libellecategorie"_ &" from site,categorie where site.etatsite='I' and site.categoriesite=categorie.codecategorie"_ &" order by categorie.codecategorie,site.organismesite" set site = server.createobject("ADODB.Recordset") site.Open SQL,Conn , 3, 3 %> INSCRITS AU CONCOURS DE SITE WEB

Inscrits au concours du meilleur site Web

(Nombre d'inscrits: <%=site.recordcount%>)

<% if(site.recordcount>0)then site.movefirst %> <% while not(site.eof)%> <%site.movenext wend%>
Organisme URL du Site Catégorie
<%=site("organismesite")%>  "><%=site("adressesite")%>  <%=site("libellecategorie")%> 
<% end if %>