You are here: irt.org | FAQ | ASP | Q5809 [ previous next ]
This information is tucked away in the Request object:
<%
' RETURNS THE REQUESTER IP TO anyVariable
anyVariable = Request.ServerVariables("REMOTE_ADDR")
%> |
Feedback on 'Q5809 How do I get the IP address of the person visiting my site?'