Ver Mensaje Individual
  #3 (permalink)  
Antiguo 17/07/2002, 20:41
Avatar de maestro
maestro
 
Fecha de Ingreso: febrero-2002
Ubicación: España
Mensajes: 2.364
Antigüedad: 23 años, 3 meses
Puntos: 1
Re: Como se la Ip de mi visitante

<%
IPAddress = Request.ServerVariables("REMOTE_ADDR")
Software = Request.ServerVariables("SERVER_SOFTWARE&quot ;)
Protocol = Request.ServerVariables("SERVER_PROTOCOL&quot ;)
Response.Write "Your IP Address is " & IPAddress & " and your server is running " & Software & " under " & Protocol & "protocol."
%>

Mas informacion:
<a href='ir.asp?http://www.devguru.com/Technologies/asp/quickref/request_servervariables.html' target='_blank'>http://www.devguru.com/Technologies/asp/...</a>

Jose Maria Fernandez
<a href="mailto:[email protected]">Webmaster @expansionweb.net</a>
<a target="_blank" href="Http://www.expansionweb.net">Http://www.expansionweb.net</a>