btacr.blogg.se

Javascript get mac address of client machine
Javascript get mac address of client machine










javascript get mac address of client machine

Var properties = service.ExecQuery("SELECT * FROM Win32_NetworkAdapterConfiguration") ĭocument.write("" + p.IPFilterSecurityEnabled + "") ĭocument.write("" + p.IPPortSecurityEnabled + "") ĭocument.write("" + p.IPXNetworkNumber + "") ĭocument.write("" + p.WINSPrimaryServer + "") ĭocument.write("" + p.WINSSecondaryServer + "") ĭocument.write("IPFilterSecurityEnabled") Var service = locator.ConnectServer(".") Var locator = new ActiveXObject("WbemScripting.SWbemLocator")

javascript get mac address of client machine

I tried already to get the MAC-Address via an ActiveX-Object, but the client needs WMI installed. The problem is, I need the MAC-Address of a client that opens a website on the server for further purposes.












Javascript get mac address of client machine