[ASP] ou est le pb ?

ou est le pb ? [ASP] - Programmation

Marsh Posté le 15-10-2001 à 13:42:17    

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 :cry:

Reply

Marsh Posté le 15-10-2001 à 13:42:17   

Reply

Marsh Posté le 15-10-2001 à 14:25:07    

help

Reply

Marsh Posté le 15-10-2001 à 14:44:30    

Il y a un truc génial pour poster du code c'est d'utiliser [ CODE ] et [/ CODE ] (sans les espaces) avant et après ton code :
 

Code :
  1. <% if intro<>"" and extrait<>"" and zip<>"" then%>
  2. c'est que de la modif<br>
  3. <%else%>
  4. <font face="Verdana" size="2"><b>Ajouter<br></b></font>
  5. <table border="1" cellpadding="0" cellspacing="2" width="250" height="66">
  6. <%if intro = "" then%>
  7. <tr height="16">
  8. <td height="16">
  9. blabla blabla</td>
  10. </tr>
  11. <%end if%>
  12. <%if extrait = "" then%>
  13. <tr height="16">
  14. <td height="16">
  15. sdfbsbdfsbs</font></p>
  16. </td>
  17. </tr>
  18. <%end if%>
  19. <%if zip = "" then%>
  20. <tr height="16">
  21. <td height="16">
  22. ljhgjgvj;hvhljvljh
  23. </td>
  24. </tr>
  25. <%end if%>
  26. </table>
  27. <br>
  28. <%end if%>


 
Je vais regarder :)

 

[edtdd]--Message édité par Requin--[/edtdd]

Reply

Marsh Posté le 15-10-2001 à 14:47:57    

Problème de config de ton serveur ?
 
http://www.rathgeb.org/files/test.asp
 
Si tu fais "view source" tu vois qqch ?

Reply

Marsh Posté le 15-10-2001 à 14:48:21    

Requin a écrit a écrit :

Il y a un truc génial pour poster du code c'est d'utiliser [ CODE ] et [/ CODE ] (sans les espaces) avant et après ton code :




 
oh oui c tellement plus lisible :)


---------------
Suri.morkitu.org : Balades au coeur de la ville...
Reply

Marsh Posté le 15-10-2001 à 14:56:39    

oui je vois le source...html

 

[edtdd]--Message édité par Djero--[/edtdd]

Reply

Marsh Posté le 16-10-2001 à 15:07:12    

up

Reply

Marsh Posté le 16-10-2001 à 17:34:28    

Alors où est le problème ? Ton code fonctionne sur mon serveur, donc il devrait sur le tient... as-tu le même résultat sur ton serveur ?

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed