[Javascript] ajax- demo

Matt Warden mwarden at gmail.com
Tue Mar 13 12:52:21 CDT 2007


On 3/13/07, bruce <bedouglas at earthlink.net> wrote:
> 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.
>
> the actual ajax code should be 'served' up by the external server, allowing
> the interaction to occur between the user's cleint browser, and the external
> server.

You need to use a frame, then.

I would suggest you simply use the proxy approach, where a server-side
script on the primary server proxies communication between the client
and the external server.

-- 
Matt Warden
Cleveland, OH, USA
http://mattwarden.com


This email proudly and graciously contributes to entropy.



More information about the Javascript mailing list