Hello,
There is no direct support for obtaining the ip address of the machine from JavaScript. But little bit server side code and AJAX you should be able to obtain the Ip address. So write a
WebMethod which will retrieve the IP Address from the Request object and return it to caller. For AJAX you can use the very excellent
JQuery library.
Regards,