1

Possible Duplicate:
Get Client IP using just Javascript?

Using JavaScript how can I find the IP address of the any user who clicks on my link (which shows a html page)?

I am working on a clipboard application in Java and I want the IP/computer name of the user who visits my web application link.

Community
  • 1
  • 1
Rohit Gambhir
  • 23
  • 1
  • 2
  • 4
  • I think you can find the answer here http://stackoverflow.com/questions/391979/get-client-ip-using-just-javascript – Masiar Dec 20 '11 at 11:03

1 Answers1

5
http://jsonip.com

Usage:

http://jsonip.com

Or:

http://jsonip.com/yourcallbackfunction
Geuis
  • 41,122
  • 56
  • 157
  • 219