No, you cannot get the MAC address in JavaScript, mainly because the MAC address uniquely identifies the current computer so that it is a security vulnerability.
Now, if you only need a unique identifier, I suggest you create it yourself using a cryptographic algorithm, and save it in a cookie.
If you really need to know the MAC address of the computer, and you are developing for internal applications, then I suggest you use an external component for this: ActiveX for IE, XPCOM for Firefox (installed as an extension).
Vincent Robert Aug 11 '08 at 16:34 2008-08-11 16:34
source share