Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MadPerch

    Grabbing a client's IP address

    The solution for netscape is: if ((navigator.appVersion.indexOf("4.") != -1) && (navigator.appName.indexOf("Netscape") != -1)){ ip = "" + java.net.InetAddress.getLocalHost().getHostAddress(); document.write("Your IP address is " + ip); } else {...
  2. MadPerch

    Grabbing a client's IP address

    Does anyone know of a way to grab a client's ip address using client side script through Internet Explorer? I know there is a way through netscape but that solution does not work with IE. Any help would be greatly appreciated.

Part and Inventory Search

Back
Top