|
 |
asp_cdo thread: Another Q reg. WindowsNT login
Message #1 by "David E" <registerukh@h...> on Fri, 01 Sep 2000 11:04:14 PDT
|
|
Hi again,
Thanks for your previous help. I have another question. Can we get users's
WindowsNT logon id in ASP page to send an email to him?? If yes, could you
please explain me how to do it.
Thanks
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.
Message #2 by stephenb@w... on Thu, 7 Sep 2000 13:06:51 +0100
|
|
Two thoughts:
This would be client side scripting.
A users login name isn't neccessarily the same as their email address.
Moderator
Message #3 by "David E" <registerukh@h...> on Thu, 07 Sep 2000 08:37:09 PDT
|
|
Well here at my client's place they are the same. And I am developing an
intranet application.
Could you please tell me how to get that login name. I will really
appreciate your time and effort.
Regards
>From: stephenb@w...
>Reply-To: "ASP CDO" <asp_cdo@p...>
>To: "ASP CDO" <asp_cdo@p...>
>Subject: [asp_cdo] Re: Another Q reg. WindowsNT login
>Date: Thu, 7 Sep 2000 13:06:51 +0100
>
>Two thoughts:
>
>This would be client side scripting.
>
>A users login name isn't neccessarily the same as their email address.
>
>Moderator
>
Message #4 by stephenb@w... on Thu, 7 Sep 2000 17:18:47 +0100
|
|
Try <% Request.ServerVariables ("Remote_User") %> to get an NT username.
Stephen
|
|
 |