|
|
Feedback on: irt.org FAQ Knowledge Base Q5809
irt.org | About | Feedback | 2320 [ previous next ] Feedback on: Sent by Worth: Comments: anyVariable = Request.ServerVariables("REMOTE_ADDR") What this returns is an OBJECT, and not a value. The correct way to obtain the IP address is: anyVariable = '' + Request.ServerVariables("REMOTE_ADDR").Item; Other feedback on 'irt.org FAQ Knowledge Base Q5809' - show all
|
-- div -->
|