Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I get Windows Username in Javascript?? 1

Status
Not open for further replies.

happyheth

Technical User
Mar 9, 2001
2
GB
I need to access the current login information of a user in order to determine who they are and what access I should allow them.

Please Help.
 
As with most sophisticated things, Javascript cannot do this for you. Your best bet would be to use a serverside scripting language like ASP, ColdFusion or PHP, which all have support for current login information. Javascript can do some cool things, but to build a real web-app you really need some server side scripting. Good luck :)


<webguru>iqof188</webguru>
 
Hi,

can you post an example of how to get the user name with ASP?

regards,

Bruno Loureiro
<brunoloureiro@usa.net>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top