HTML that shows current user's active directory account information

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?
 
M

MD Websunlimited

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