C Chris D Guest Apr 8, 2009 #1 Hi, how can I get a persons windows username in html or php? Is it possible? What method can I use. Thx
Hi, how can I get a persons windows username in html or php? Is it possible? What method can I use. Thx
N N.O.P.E. Guest Apr 8, 2009 #2 Script: var w=new ActiveXObject("wscript.shell"); var u=w.ExpandEnvironmentStrings ("%username%");