IP address lookup with javascript?

  • Follow


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


1 Replies
204 Views

(page loaded in 0.054 seconds)

Similiar Articles:













7/25/2012 11:06:59 PM


Reply: