Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

windows Username

Status
Not open for further replies.
Nov 28, 2002
121
US
When someone logins into Windows with Username and Password, is there a possible way I can read those variables into an HTML form?

My application needs the Employee computer login info and the computer machine name. I don't want users to enter them.

Thanks
 
How can you do it if either ASP or JSP is on the server?
 
ASP: Request.ServerVariables("LOGON_User"); will give you the username...


don't think you can access a password....
 
yeah whoever access the page, it will grab their logon id... now this may now work if you are crossing domains
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top