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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

retrieve authenticated user client scripting

Status
Not open for further replies.

almoes

Programmer
Jan 8, 2003
291
US
Hi all!

Does anybody know how to implement the following from asp in html:

var myUser=Request.ServerVariables ("AUTH_USER");

thanxs!
alej
 
Well you have a mix of javascript and asp in there but you can't access the server variables in HTML.




Chris.

Indifference will be the downfall of mankind, but who cares?
 
yep, that I know, I was just wondering if somebody knew a way of doing the same but in html.

cheers,
alej
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top