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?
I don't think this is allowed by most browsers for security reasons, in a pure JavaScript context as the question asks.