|
Posted by ironcorona on 06/03/06 13:29
atoxic wrote:
> Hello,
> how can I read the MAC and IP from the browsing internet explorer,
> mozilla,...
> Using javascript, or any other simple language.
>
> I tried this, but it causes problems when using https and when using http a
> confirmation box is required by default.
What is it you're trying to do? If you're trying to find your own IP
(or that of your firewall, NAT router, LAN, depending on how you're set
up) just try:
http://ipchicken.com
OR in windows XP go into your command prompt and type
ipconfig/all
This will give you the MAC (physical) address and your IP (though mine
gives me the internal IP of my windows box) as well as several other
tasty flavours of network related treats.
If you want the IP of a server on the net try pinging it. In command
prompt type
ping www.example.com
Of course I know next to nothing about Javascript so I've no idea if any
of this can be done that way.
--
Brian O'Connor (ironcorona)
Navigation:
[Reply to this message]
|