JavaScript: How to get users IP ADDRESS? -


Is it possible to use only javascript to get the user's IP address? If so, then how?

I do not think so. You will need to use server-side language or you can use it with AJAX to find the service, but I'm not sure whether someone exists.


Comments

Popular posts from this blog

c# - PInvoke of NetUserAdd returns 24 -

c# - XMLDocument.Validate Error: System.InvalidOperationException : The XmlSchemaSet on the document is either null or has no schemas in it -