Jul 9, 2003 #1 Michael42 Programmer Joined Oct 8, 2001 Messages 1,454 Location US Maybe off topic but can anyone tell me how to get the NT/2000 user login name from an IE Browser on a MS client? Thanks, Michael42
Maybe off topic but can anyone tell me how to get the NT/2000 user login name from an IE Browser on a MS client? Thanks, Michael42
Jul 9, 2003 #2 pgtek Programmer Joined Sep 28, 2001 Messages 1,180 Location CA hi check this web site you need cookies to do this http://javascript.internet.com/ cheers pgtek Upvote 0 Downvote
Jul 9, 2003 #3 codeWarrior456 Technical User Joined Oct 27, 2002 Messages 27 Location US What language are you using? If you use ASP you could try <%=Request.ServerVariables("LOGON_USER"%> Upvote 0 Downvote
What language are you using? If you use ASP you could try <%=Request.ServerVariables("LOGON_USER"%>