
27/12/2002, 14:22
|
 | | | Fecha de Ingreso: diciembre-2002 Ubicación: Barcelona
Mensajes: 127
Antigüedad: 22 años, 4 meses Puntos: 0 | |
Server Variables:
Código:
<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>
__________________ on error... resume next |