bruce ha scritto: > i'm trying to figure out how i can have a piece of ajax, so the user can > provide an input, which then goes to an external server to get processed, > with the results being returned to the page for processing by the original > server. It's not possible because of security reasons as far as I know. Ajax can be done only between the client and the domain from which the page is loaded.
A workaround is to make a request to the current domain server that, in turn, acts like a "proxy" with the external server, getting the content and serving it back to the client. Ciao Renato _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
