i need a pure javascript code to get the client mac address, without enabling activeX component.
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.
Not Impossible ..if you are in Internal Network
Try this codeCode:Request.Servervariables("REMOTE_ADDR")
Bookmarks