Hi guys anybody has an idea about getting the windows username or netword userid used in windows 2000, and how can I retrieve via web browser using notes. Please help…thanks…
Subject: How can I get the windows username/userid from web browser using lotus notes??
Not sure is this helps but I have only seen this done by using IIS as the web server.
Subject: How can I get the windows username/userid from web browser using lotus notes??
You can get the window username through the windows environmental value: USERNAME.
You can get it by Environ method as follows:
WinUserNameStr$=Environ(“USERNAME”)