Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/03/2002, 23:43
Avatar de wamoretti
wamoretti
 
Fecha de Ingreso: febrero-2002
Ubicación: Lima
Mensajes: 34
Antigüedad: 23 años, 2 meses
Puntos: 0
Re: Registrar info de visitante

Para Sistema Operativo
Request.ServerVariables("HTTP_USER_AGENT&quot ;)
Para la IP
Request.ServerVariables("REMOTE_HOST")
Con este ejemplo puede ver todos los valores
<html>
<head>
<style>
td {font-family: Arial; font-size: 10px}
.blanco {font-family: Arial; font-size: 10px; color: #FFFFFF}
</style>
</head>
<body bgcolor=#FFFFFF>
<table align=center width=600 border=1 bgcolor=#99CCCC bordercolorlight=#006666 bordercolordark=#CCFFFF cellpadding=0 cellspacing=0>
<%
For Each item In Request.ServerVariables%>
<tr><td bgcolor=#339999 class=blanco><% = item %></td><td><% = Request.ServerVariables(item) %> </td></tr><%
Next%>
</table>
</body>
</html>
Pero para la resolución lo puedes obtener con Javascript con
screen.width
y
screen.height

<OBJECT WIDTH=200 HEIGHT=50><PARAM NAME=movie VALUE="http://www.geocities.com/wamoretti/wamoretti.swf"><PARAM NAME=wmode VALUE=transparent><EMBED src="http://www.geocities.com/wamoretti/wamoretti.swf" wmode=transparent WIDTH=200 HEIGHT=50></EMBED></OBJECT