
06/05/2005, 13:46
|
 | | | Fecha de Ingreso: enero-2002 Ubicación: Cali - Colombia
Mensajes: 2.234
Antigüedad: 23 años, 4 meses Puntos: 4 | |
<%
color = true
Do While Not Rs.EOF
If color Then
bgcolor="#E6F7FF"
color = false
Else
bgcolor="#ff00ff"
color= true
End if
%>
<tr bgcolor="<%=bgcolor%>"><td></td></tr> |