Hey,
Can I retrieve the IP address of the computer accessing my web page??
If so, how?
Thanks,
Printable View
Hey,
Can I retrieve the IP address of the computer accessing my web page??
If so, how?
Thanks,
Code:Request.UserHostAddress;
How would you do this on an Html page?
I have this link on an HTML page.
VB Code:
<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