Is there a way to get system information like MAC address, computer name, etc. from the host using jQuery?
No, fortunately not.
Try http://www.webdeveloper.com/forum/showthread.php?t=134120
var strComputer = "."; var objWMIService = GetObject("winmgmts:\\\\" + strComputer + "\\root\\cimv2"); var e = new Enumerator(objWMIService.ExecQuery("Select * from Win32_NetworkAdapter","WQL",48)); for (;!e.atEnd();e.moveNext()) { objItem = e.item(); WScript.Echo ("MACAddress: " + objItem.MACAddress) }
This problem threatens me, I solved it by creating an applet using a signed Jar, giving it all the permissions, but in java script and jquery there is only activex, but it works, i.e. in another browser it does not work.
Source: https://habr.com/ru/post/1740980/More articles:Parsing Unicode XML with Python SAX in App Engine - google-app-engineWindows Forms Dead. WPF Long Life - winformsМогут ли имена каталогов Python быть ключевыми словами? Например. 'Импортировать'? - pythonQueries stuck in "copy to tmp table" - mysqlHTML rendering (bitmap conversion) - htmlHow to create a user registration form using datastore - Google appengine? - javaОткуда появился этот класс? - javaHow can I dynamically talk about the .NET MVC application that the data source points to? - .netHow would you program the Pascal triangle in R? - mathIIS 6 forces the AppRoot / starting point to be uppercase when the virtual directory is imported from a file - cookiesAll Articles