Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/09/2004, 11:57
Owen-Bonilla
 
Fecha de Ingreso: mayo-2001
Ubicación: Monterrey, N.L.; México
Mensajes: 558
Antigüedad: 23 años, 11 meses
Puntos: 0
Bueno, no se sí sea lo que necesitas, pero Intenta con esto:

Cita:
<TABLE>
<TR>
<TD>
<B>Server Varriable</B>
</TD>
<TD>
<B>Value</B>
</TD>
</TR>

<% For Each name In Request.ServerVariables %>
<TR>
<TD>
<%= name %>
</TD>
<TD>
<%= Request.ServerVariables(name) %>
</TD>
</TR>
<% Next %>
</TABLE>
Saludos y Suerte !
__________________
Luis Gerardo Soto Bonilla
[email protected]
Monterrey, Nuevo León
México