How do I display user info via web?

  • Thread starter Thread starter Roma
  • Start date Start date
R

Roma

I want to capture user's Login information and display it
on my web page.
I am logged onto my computer, when I bring up this web
site, it should capture my information from directory
system and display it. How can this be done?

Thank you,
Roma
 
You can execute MSInfo on the clients machine by using Windows Scripting.
You can find examples of scripting executables at
http://www.iecustomizer.com/iebuttons . PS. You description of your request
was a bit non-descript. It is hard to know what exactly you want to do.
Usually a users login information to a web site remains anonymous to prevent
impersonation (even to system administrators). If you want a user to
retrieve their password if they have forgotten it, a common practice is to
send it to their validated email address.
 
Rob,

Thank you for the reply!

Here is what I intend doing. When users want to launch
intranet web site. I want to user their PC userid/pwd,
query NDS or active directory and display their
first name, last name and other information.

At present I am accepting the userid/pwd when they
launch the web site and then I capture other information
from NDS. But if you don't know how to do it against NDS
that's fine, I can do it against active directory.

Thank you,
-Roma
 
Back
Top