I want to find the client computer name. I am using php but it does not work well because it is server side language than I use javascript because it is client side.
I hava a code in javascript but it does not work.
var network = new ActiveXObject('WScript.Network');
alert(network.computerName);
Why this is not work please tell me.
If javascript can not do that then which language can do that.
Thanks.