Results 1 to 3 of 3

Thread: IP address

  1. #1

    Thread Starter
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950

    IP address

    Hey,

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

    Thanks,
    Don't anthropomorphize computers -- they hate it

  2. #2
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    Code:
        Request.UserHostAddress;

  3. #3
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Indiana
    Posts
    612
    How would you do this on an Html page?

    I have this link on an HTML page.

    VB Code:
    1. <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
    David Wilhelm

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width