View Full Version : get the client mac address in javascript
sanfoor
03-02-2015, 07:30 AM
i need a pure javascript code to get the client mac address, without enabling activeX component.
Strangeplant
03-03-2015, 03:23 PM
i need a pure javascript code to get the client mac address, without enabling activeX component.
You are chasing the impossible. Think of unique machine identifiers instead. Read this (http://www.chromium.org/Home/chromium-security/client-identification-mechanisms).
fredj
03-03-2015, 06:03 PM
Not Impossible ..if you are in Internal Network
Try this code
Request.Servervariables("REMOTE_ADDR")
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.