Ver Mensaje Individual
  #10 (permalink)  
Antiguo 12/09/2008, 17:25
gasram
 
Fecha de Ingreso: septiembre-2008
Mensajes: 1
Antigüedad: 16 años, 3 meses
Puntos: 0
Mensaje Respuesta: Obtener usuario logado de Windows

function obtenerUsuario()
{
var wsh = new ActiveXObject("WScript.Shell");
var usuario = wsh.ExpandEnvironmentStrings("%USERNAME%");

}

con esta funcion de JavaScript te debe jalar correctamente tal como te respondierion anteriormente yo la probe con IE y me esta funcionando

Saludos ...