I know that we can get the MAC address of a user via IE (ActiveX objects).
Is there a way to obtain a user\'s MAC address using JavaScript?
Nope. The reason ActiveX can do it is because ActiveX is a little application that runs on the client's machine.
I would imagine access to such information via JavaScript would be a security vulnerability.