HTML that shows current user's active directory account information

  • Thread starter Thread starter David Allen
  • Start date Start date
D

David Allen

Is is possible in HTML to show the current users first name, last name,
etc... information that is contained in active directory?
 
Not with pure HTML it is not. You may have a HTML page that use a script (JavaScript) that sources a ASP or ASP.Net page that get
the information and outputs it as JavaScript statements.

Otherwise use a ASP or ASP.Net page.

The above assumes you're using Windows technologies.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top