Is there any way you can find the IP of the server that the browser is connected to? For e.g. if the browser is accessing http://www.google.com, can we tell in any way what
Not sure how to get the IP address specifically, but the location object provides part of the answer.
e.g. these variables might be helpful:
self.location.host - Sets or retrieves the hostname and port number of the locationself.location.hostname - Sets or retrieves the host name part of
the location or URL.