Mon problème: rien ne s'affiche !
Pourtant, il devrait y avoir quelque chose d'incrit lorsque les champs into ou/et extrait ou/et zip sont vide...
Voici mon code:
<% if intro<>"" and extrait<>"" and zip<>"" then%>
c'est que de la modif<br>
<%else%>
<font face="Verdana" size="2"><b>Ajouter<br></b></font>
<table border="1" cellpadding="0" cellspacing="2" width="250" height="66">
<%if intro = "" then%>
<tr height="16">
<td height="16">
blabla blabla</td>
</tr>
<%end if%>
<%if extrait = "" then%>
<tr height="16">
<td height="16">
sdfbsbdfsbs</font></p>
</td>
</tr>
<%end if%>
<%if zip = "" then%>
<tr height="16">
<td height="16">
ljhgjgvj;hvhljvljh
</td>
</tr>
<%end if%>
</table>
<br>
<%end if%>
Merci pour votre aidre