Thread: first name
View Single Post
  #1 (permalink)  
Old February 23rd, 2006, 03:29 PM
Seeker55 Seeker55 is offline
Authorized User
 
Join Date: Feb 2006
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default first name

I have been able to capture the user login name but I would now like the users first name to show. I have tried <script>set objnet=createobject("wscript.network") document.write("Welcome " + objnet.firstname) and this does not work. Is there a way to access active directory displayname without extensive code? Thanks.

seeker55


Reply With Quote