Conditions

rony - 5 oct. 2001 à 22:23
 Bud - 6 oct. 2001 à 14:59
bjr

dans le code suivant la condition

if rs("consultation") = "" then
response.write " "
else
response.write ""
end if

affiche tjs la valeur ="&cons&">"

le code complet

<%
for h=7 to 23
for m=0 to 1
cren= "hh"
cons= rs ("consultation")
RS.movefirst

%>

<tr>
<td >
<form method="post" action="saisie/saisie_agenda7.asp">

"> </td>
<td>
<%

if rs("consultation") = "" then
response.write " "
else
response.write ""
end if

if len(cstr(m))=1 thenRS.filter "heure " & cstr(h)&"h" & cstr(m*30) &"0"
elseRS.filter "heure '" & cstr(h)&"h" & cstr(m*30) &"'"
end if
WHILE NOT RS.EOF
response.write RS("rdv") & "</td><td>" & RS("commentaire") & "
" %>
<td>
<%
RS.movenext
wend
RS.filter = 0
next
next
%>

1 réponse

Essaye ça:
response.write("")
0
Rejoignez-nous