Possible Duplicate:
Can I lookup the IP address of a hostname from javascript?
My page test.html is being hosted on server. Now, when I access the test.html from any computer, the test.html should simply display the IP address of server where the page is hosted, and not he IP address of requesting computer.
Is there any way to do this with JavaScript?