Ver Mensaje Individual
  #9 (permalink)  
Antiguo 29/12/2004, 01:41
sqa212
 
Fecha de Ingreso: mayo-2003
Mensajes: 866
Antigüedad: 22 años
Puntos: 0
A mi me funciona asi en localhost.

<%
Set instance= CreateObject("WScript.Network")
NombrePC=instance.ComputerName
%>
<%=NombrePC%>