Read IP Address Command
This command lets you read the IP address of the target and of the connected client.The command is inserted in the … section of the HTML code.
Example:<% aspGetName("WEBSERVER"); %>Returns the IP address of the web server, i.e., the target.
<% aspGetName(char *target); %> |
where:– target: can be “WEBSERVER” or “HOST” depending on the IP address to be read. |