PDA

Click to See Complete Forum and Search --> : IP address


vbgladiator
Aug 29th, 2003, 08:13 AM
Hey,

Can I retrieve the IP address of the computer accessing my web page??
If so, how?

Thanks,

Lethal
Aug 29th, 2003, 08:16 AM
Request.UserHostAddress;

indydavid32
Nov 4th, 2003, 09:15 AM
How would you do this on an Html page?

I have this link on an HTML page.


<p><a target="_blank" href="http://68.74.55.50">MCCLURE LOGIN</a></p>


Can you get the user's ip address using java or html and then decide where to point too?

If so, how?

The reason I ask is from the office, the correct ip address for this web page would be differant than from the "outside" world.

Thanks