Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting the client's (browsers) IP address
Message
De
29/04/2001 15:34:39
Fausto Garcia
Independent Developer
Lima, Pérou
 
Information générale
Forum:
Java
Catégorie:
Technologies Java et APIs
Divers
Thread ID:
00499851
Message ID:
00501362
Vues:
25
Hi Kirk,

You can put the following code as part of a script into an ASP page:
   dim lcIP_address
   lcIP_address = Request.ServerVariables('REMOTE_ADDR')
   ...
which will catch the IP address of the remote host making the request to the page into the lcIP_address variable. Obviously this only can be done from the server side.

Hope this helps,

>Anyone know how to get the IP address for the client (browser).
Solo se que nada se

Fausto J. Garcia Pino - MCSD.NET
.NET, Oracle, Tronador & Fondismo!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform