jquery - Get Unique Identity Of Pc(system) Using Javascript -
jquery - Get Unique Identity Of Pc(system) Using Javascript -
i developing javascript application , need piece of code can identify pc lan ip because want prevent unauthorized user access application , main factor pc not connected net connected static lan ip how can accomplish this?
thanks in advance.
function myip(){ var vi="uses java users local ip number" var yip2=java.net.inetaddress.getlocalhost(); var yip=yip2.gethostaddress(); homecoming yip; }//end myip alert("your machine's local network ip "+ myip());
reference : http://www.webdeveloper.com/forum/showthread.php?242538-getting-local-ip-address-in-javascript
javascript jquery unique identity
Comments
Post a Comment