I am trying to determine the users IP address/host name as part of a Javascript based tool to provide a particular piece of content to internal users of an external site via a web browser. The CGI variable REMOTE_ADDRE (in context of ) does not seem to work and i tried using the @ function: "IP: " + @GetHTTPHeader(“Host”); but again to no avail. Can anyone shed any light on a possible solution?
Subject: CGI environment variables/User IP address
you need to create a field on your form with the same name as the CGI variable you want to use.