Javascript get ip

Does anyone know of any javascript that will get the users ip address?

I can do it in php, but want it done in javascript

Thanks!

You can not get a users IP address in JavaScript.

Thats what i thought, thanks for the reply

You can combine JavaScript with some other language to get the IP address.

See http://javascript.about.com/library/blip.htm for seven different pieces of JavaScript that can be used to load the visitor’s IP address into a JavaScript variable depending on whether you want to use Java, SSI, PHP, ASP, .NET, JSP, or ColdFusion to pass the address into the JavaScript.

Thanks man, i have it in php, but im trying to keep everything client side to minimize server resources :wink:

Thanks felgall