To get the IP Address in Javascript you can use REMOTE_ADDR
Sample Javascript
var ipAddress = '<!--#echo var="REMOTE_ADDR"-->'; document.write("My IP-Address is" + ipAddress );
All the Code Snippets and Samples you need
To get the IP Address in Javascript you can use REMOTE_ADDR
var ipAddress = '<!--#echo var="REMOTE_ADDR"-->'; document.write("My IP-Address is" + ipAddress );
You must be logged in to post a comment.
RT @CodeSnippetsNET: How to get the IP Address in Javascript: http://t.co/VhvzbIlQcb #js #javascript #jquery #php #html #css
RT @CodeSnippetsNET: How to get the IP Address in Javascript: http://t.co/VhvzbIlQcb #js #javascript #jquery #php #html #css
RT @CodeSnippetsNET: How to get the IP Address in Javascript: http://t.co/VhvzbIlQcb #js #javascript #jquery #php #html #css