I would like to use client-side Javascript to perform a DNS lookup (hostname to IP address) as seen from the client\'s computer. Is that possible?
Doing this would require to break the browser sandbox. Try to let your server do the lookup and request that from the client side via XmlHttp.