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.
 
Back
Top