client machine MAC id using javascript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pradeepjain
    Contributor
    • Jul 2007
    • 563

    client machine MAC id using javascript

    Hi,
    I tried to get the MAC ID of client machine using php which was impossible . So wanted to know if there is any way to find MAC ID of client machine using javascript ! Is there any way in both IE and firefox .
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    not that I’m aware of. besides, why should JS read the MAC address at all (any connectivity is provided by the browser)?

    Comment

    • pradeepjain
      Contributor
      • Jul 2007
      • 563

      #3
      i am trying to lock the web application to some mac id's so i need MAC id's so thought i js could help me read the MAC id of client machine!

      i went through some examples but all are for IE
      http://www.daniweb.com/forums/thread212462.ht ml

      Comment

      • Dormilich
        Recognized Expert Expert
        • Aug 2008
        • 8694

        #4
        Originally posted by pradeepjain
        i went through some examples but all are for IE
        that’s because ActiveX goes far deeper into the system than JS ever will.

        Comment

        • rnd me
          Recognized Expert Contributor
          • Jun 2007
          • 427

          #5
          you could probably get this info in java, i know it can determine local IP addresses...

          Comment

          Working...