Hello,
With this code in vbscript:
Set WshNetwork = WScript.CreateObject("WScript.Network")
WScript.Echo "User = " & WshNetwork.UserName
I have the name of the user in my pc.
How can I do to have this information using an ASP page?
Thanks at all and sorry for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.