
17/07/2002, 11:11
|
 | | | Fecha de Ingreso: diciembre-2001
Mensajes: 5.286
Antigüedad: 23 años, 4 meses Puntos: 1 | |
Re: Problema con IF tal vez así:
<%for each x in Ob_RS.Fields
If ob.RS("Marcado")="Sí" Then
mar = "class=tr"
Else
mar = "class=trm"
End If
%>
<td <%=mar%> align=center><p><%Response.Write(x.val ue)%></p></td>
<%next
OB_RS.MoveNext%>
</tr>
Saludos
<center>
<a href=http://comunidadguru.com><img border=0 src=http://comunidadguru.com/imagenes/logos/logo.gif></a>
</center> |