There is no direct way by javascript. But if you still want through javascript then try this technique. Call the
applet from the javascript. The method in the applet will return the ip address of the server. In the method of the applet, use InetAddress.getHostAddress() method to get the ip address of the server.
Hope you understand the solution. Good luck
Originally posted by Angela Jessi:
Is there any method in Javascript I can use to get IP address of the server?
Thanks
Angela
------------------