
17/04/2004, 15:15
|
 | | | Fecha de Ingreso: enero-2002
Mensajes: 314
Antigüedad: 23 años, 3 meses Puntos: 4 | |
quizá asi:
<%
dim tucookie
tucookie = cookie("nombre")
if tucookie = "juan" then
%>
<table>
<tr>
<td>tu tabla</td>
</tr>
</table>
<%else%>
<table>
<tr>
<td>otra tabla</td>
</tr>
</table>
<%end if %> |