| Active Server Pages: Active Server Pages Server-Side Scripting |
Check the lists of ASCII characters and special character codes.
Request.ServerVariables ("HTTP_User-Agent")
Function. Returns the client browser type as a string.Request.ServerVariables ("REMOTE_ADDR")
Function. Returns the client's IP (Internet protocol) address as a string.Request.ServerVariables ("REMOTE_HOST")
Function. Returns the client's domain name as a string.Request.ServerVariables ("SERVER_NAME")
Function. Returns the domain name of the server as a string. If the server has no domain name, returns the server's IP address as a string.Additional ServerVariables