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
|