Hi, hope someone can help
I need to take the USERNAME and a few other details from Environment Variables. The code below works for some of the variables, but not others, like USERNAME, LOGONSERVER and COMPUTERNUMBER - do I have to do something different to get this to work?
Thanks in advance,
Jez
<% username= request.servervariables("windir" %>
<html><body>
<%Response.Write(username)%>
</body></html
I need to take the USERNAME and a few other details from Environment Variables. The code below works for some of the variables, but not others, like USERNAME, LOGONSERVER and COMPUTERNUMBER - do I have to do something different to get this to work?
Thanks in advance,
Jez
<% username= request.servervariables("windir" %>
<html><body>
<%Response.Write(username)%>
</body></html