|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Ip
In one of my ASP page, I want to show the visitor's IP... Who can I do that? Thanks
Luís |
|
#2
|
||||
|
||||
|
Hi,
try the code below, this should show the ip address of the user connected. Code:
response.write (Request.ServerVariables("REMOTE_ADDR"))
Kong. |
|
#3
|
|||
|
|||
|
It worked... Thank you very much for your help!
![]() Luís |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Ip |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|