You CAN make a browser go to another server, but there's no way to
receive information from it.

Its possible there's some hacky way to figure something out, but this
is just doomed to failure, because email servers don't have to be
webservers, and vice versa. For example, there are still loads of
servers that don't direct FOOBAR.com port 80 to the webserver, only
www.FOOBAR.com. And yet email address are virtually always
[EMAIL PROTECTED] and not [EMAIL PROTECTED]

Thus, the answer is not only - no, you can't do this, but the answer
is:

No, you're Doing It Wrong. You don't validate email addresses by
checking if there's a webserver running on it. If you must check it...
you send an email to it, with a link in it.

On Nov 20, 6:21 am, "Ian Petersen" <[EMAIL PROTECTED]> wrote:
> The same origin policy (SOP) prohibits all network traffic except
> traffic back to your own website so the kind of validation you're
> trying to do can only be done on the server.
>
> Ian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to