getting the MAC Address

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Re: getting the MAC Address

    it is for a proccess of log.

    I need to do that, How I can ? do you know how I can do
    that?
    >-----Original Message-----
    >You'd need a fat client of some sort, such as an ActiveX
    control or client
    >side app to get this kind of low level information.
    >
    >--
    >I hope this helps,
    >Steve C. Orr, MCSD
    >[url]http://Steve.Orr.net[/url]
    >
    >
    >"Roy Abarca" <abarcamr@bccr.fi.cr> wrote in message
    >news:04a701c35229$f511d830$a301280a@phx.gbl...
    >>
    >> I need to know how I can get the MAC Address of the
    >> machine that it is connected to website
    >>
    >> thanks
    >
    >
    >.
    >
    Roy Abarca Guest

  2. Similar Questions and Discussions

    1. Address
      Hi, I am just starting to use contribute over an already designed webpage. I seem to have most of it worked out the only thing is how to change...
    2. get IP address
      I have the follow code: gethostname(name, sizeof(name)); host = gethostbyname(name); if (host) { p = inet_ntoa(*((struct in_addr...
    3. Mac Address
      What is the best way to pull a pc's Mac Address from a web page? Larry
    4. AOL and IP Address Changes
      I am writing a script that relies on retrieving the $ENV{REMOTE_ADDR} from the user's browser. I'm depending on this for database information...
    5. IP Address Changes Itself
      When I set up my box initially I gave it a temporary IP address. I changed this after a while using: ipconfig hme0 <newipaddr> Now, every so...
  3. #2

    Default Re: getting the MAC Address

    You could do it with WSH if you have the necessary browser security
    settings.

    Here's an example:
    [url]http://www.experts-exchange.com/Programming/Wireless_Programming/802_11b_User/Q_20494994.html[/url]

    --
    I hope this helps,
    Steve C. Orr, MCSD
    [url]http://Steve.Orr.net[/url]


    "Roy Abarca" <abarcamr@lidersoft.com> wrote in message
    news:02ac01c35231$b7e5c630$a601280a@phx.gbl...
    > it is for a proccess of log.
    >
    > I need to do that, How I can ? do you know how I can do
    > that?
    >
    > >-----Original Message-----
    > >You'd need a fat client of some sort, such as an ActiveX
    > control or client
    > >side app to get this kind of low level information.
    > >
    > >--
    > >I hope this helps,
    > >Steve C. Orr, MCSD
    > >[url]http://Steve.Orr.net[/url]
    > >
    > >
    > >"Roy Abarca" <abarcamr@bccr.fi.cr> wrote in message
    > >news:04a701c35229$f511d830$a301280a@phx.gbl...
    > >>
    > >> I need to know how I can get the MAC Address of the
    > >> machine that it is connected to website
    > >>
    > >> thanks
    > >
    > >
    > >.
    > >

    Steve C. Orr, MCSD Guest

  4. #3

    Default Re: getting the MAC Address


    thanks a lot
    >-----Original Message-----
    >You could do it with WSH if you have the necessary
    browser security
    >settings.
    >
    >Here's an example:
    >[url]http://www.experts-[/url]
    exchange.com/Programming/Wireless_Programming/802_11b_User
    /Q_20494994.html
    >
    >--
    >I hope this helps,
    >Steve C. Orr, MCSD
    >[url]http://Steve.Orr.net[/url]
    >
    >
    >"Roy Abarca" <abarcamr@lidersoft.com> wrote in message
    >news:02ac01c35231$b7e5c630$a601280a@phx.gbl...
    >> it is for a proccess of log.
    >>
    >> I need to do that, How I can ? do you know how I can do
    >> that?
    >>
    >> >-----Original Message-----
    >> >You'd need a fat client of some sort, such as an
    ActiveX
    >> control or client
    >> >side app to get this kind of low level information.
    >> >
    >> >--
    >> >I hope this helps,
    >> >Steve C. Orr, MCSD
    >> >[url]http://Steve.Orr.net[/url]
    >> >
    >> >
    >> >"Roy Abarca" <abarcamr@bccr.fi.cr> wrote in message
    >> >news:04a701c35229$f511d830$a301280a@phx.gbl...
    >> >>
    >> >> I need to know how I can get the MAC Address of the
    >> >> machine that it is connected to website
    >> >>
    >> >> thanks
    >> >
    >> >
    >> >.
    >> >
    >
    >
    >.
    >
    Roy Abarca Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139