-
Windows 10 Get only current IP
You can also directly get IP using Javascript code simply calling API like $.getJSON("https://api.ipify.org?format=json", function (data) { alert(IP: " + data.ip + "); }) Source: get client's IP address using javascript or jQuery- vikasjkn
- Post #8
- Forum: Programming and Scripting