blakeph
06-21-2005, 04:53 AM
hi guys!
i'm using this code in our local intranet to display the IP address of the user:
<% Response.Write "Your IP address is: " + Request.ServerVariables "REMOTE_ADDR") %>
but do you have an idea how to display the computer name?
thanks!
i'm using this code in our local intranet to display the IP address of the user:
<% Response.Write "Your IP address is: " + Request.ServerVariables "REMOTE_ADDR") %>
but do you have an idea how to display the computer name?
thanks!