Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/07/2005, 07:45
Avatar de Saruman
Saruman
 
Fecha de Ingreso: mayo-2003
Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 22 años
Puntos: 5
Código:
 response.Write(request.ServerVariables("SERVER_NAME"))
utiliza esto para que veas para que sirve cada uno:

Código:
 
For each item in request.servervariables
	response.write "<b>" & item & "</b>: "
	response.write request.servervariables(item) & "<br>"
Next
__________________
Saruman

One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them.