Closed Thread
Results 1 to 5 of 5

Thread: display ip address

  1. #1
    hkp's Avatar
    hkp
    hkp is offline Learning Programmer
    Join Date
    May 2009
    Posts
    37
    Rep Power
    0

    display ip address

    hello friends, I am going to design a website. I want to display the ip address of visitors on the web page. But I do not know how to display ip address of the visitors using asp. Can any one help me to display ip address of the visitors on the webpage of visitors.

    ____________
    Design a website

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: display ip address

    I actually had to do this a few months ago:
    Code:
    <%
    Dim UserIPAddress
    UserIPAddress = Request.ServerVariables("REMOTE_ADDR")
    %>
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    hkp's Avatar
    hkp
    hkp is offline Learning Programmer
    Join Date
    May 2009
    Posts
    37
    Rep Power
    0

    Re: display ip address

    You have solved my problem. Thanks for the reply.

    ____________
    Design a website

  5. #4
    krishveni is offline Newbie
    Join Date
    Jul 2009
    Posts
    1
    Rep Power
    0

    Re: display ip address for computer

    My computer gets some problem with the ip address. So i want tried to get the ip address but it was failed. May i know the procedures to get the computer ip address becoz i know only how to find the inernet i address. I chk this address from ip-details.com Like the same i want the easy procedure to get the omer ip address???????

  6. #5
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: display ip address

    I don't understand the question. Are you trying to resolve an IP address so you can access it and having problems with DNS? Are you trying to find the IP address of someone visiting your site? Something else?
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 7
    Last Post: 11-01-2011, 04:01 PM
  2. Replies: 5
    Last Post: 04-30-2011, 04:12 PM
  3. IP Address
    By ged25 in forum General Programming
    Replies: 6
    Last Post: 07-23-2010, 07:08 AM
  4. IP Address
    By NeedHelp in forum PHP Development
    Replies: 3
    Last Post: 05-03-2006, 10:13 AM

Tags for this Thread

Bookmarks

Posting Permissions

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