Possible Duplicate:
Can I lookup the IP address of a hostname from javascript?
Hi is there a jquery eqivalent to the php gethostbyname() function?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, but you could make an ajax call to your server. The php on the server would then find it for you and return an answer. Note the following is untested.
Jquery
— EDIT —
Php
If you wan’t the domain to be dynamic you will have to use JQuery ajax