How Can I get the IP address of the host where the applet is being run
I wish to get the IP address of the host where the HTML page is being run or the IP of the Proxy being used by that host in case a proxy is being used. How can get the same in my applet. Is it possible???.
Re: How Can I get the IP address of the host where the applet is being run
hi abhinav,
It is possible to get the client IP address from applet using getInetAddress
and it is possible to Host ip address using getHostaddress or getHostName
check it
thanx and regds
ganesh