Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Get User's [MachineName] with javascript 


What I have tried:

var network = new ActiveXObject('WScript.Network');  
   alert(network.computerName);  
Posted
Updated 10-Oct-17 9:37am
Comments
Thanks7872 10-Oct-17 8:18am    
https://stackoverflow.com/a/922490

Does this answer your question?
Richard Deeming 10-Oct-17 10:21am    
Looks like the solution to me. :)

1 solution

You cannot do it, as mentioned in the comments.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900