Ask a Question related to ASP.NET General, Design and Development.
-
Roy Abarca #1
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?
control or client>-----Original Message-----
>You'd need a fat client of some sort, such as an ActiveX>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
-
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... -
get IP address
I have the follow code: gethostname(name, sizeof(name)); host = gethostbyname(name); if (host) { p = inet_ntoa(*((struct in_addr... -
Mac Address
What is the best way to pull a pc's Mac Address from a web page? Larry -
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... -
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... -
Steve C. Orr, MCSD #2
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?
>> control or client> >-----Original Message-----
> >You'd need a fat client of some sort, such as an ActiveX> >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
-
Roy Abarca #3
Re: getting the MAC Address
thanks a lot
browser security>-----Original Message-----
>You could do it with WSH if you have the necessaryexchange.com/Programming/Wireless_Programming/802_11b_User>settings.
>
>Here's an example:
>[url]http://www.experts-[/url]
/Q_20494994.htmlActiveX>
>--
>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>>> 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



Reply With Quote

