Hello,
I would like to take a host name, and get its IP address,
like take www.yahoo.com and get xxx.yyy.zzz.www, on
a web page that runs across different platforms and browsers.
Any idea how I can do that?
Thanks alot.
|
|
0
|
|
|
|
Reply
|
fltcpt (6)
|
10/20/2006 7:06:09 AM |
|
wrote on 20 okt 2006 in comp.lang.javascript:
> I would like to take a host name, and get its IP address,
> like take www.yahoo.com and get xxx.yyy.zzz.www, on
> a web page that runs across different platforms and browsers.
> Any idea how I can do that?
>
Using nslookup.exe with serverside jscript.
No clientside possibilities, unless you <iframe> an external site.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
|
|
0
|
|
|
|
Reply
|
Evertjan
|
10/20/2006 7:53:02 AM
|
|