I want to get the computer name using jquery. I tried using ActiveX Object but it will only run on IE browser. Is there is another way to get the computer name using jquery. I tried that code.
var network = new ActiveXObject('WScript.Network');
alert(network.computerName);
Can u any one help me..