Bil, thanks for the pointer to http://www.ajax-cross-domain.com/ - I took a quick look at it, and it appears to be an exceptionally well thought-out solution.
John, go to that site, read the docs, and try the examples. I think it will answer all your questions. If not, come back here and we can kick it around. -Mike > From: John Ruffin > Bil, can you elaborate on your approach a bit? Short example. > On Nov 12, 11:43 pm, Bil Corry <[EMAIL PROTECTED]> wrote: > > So you'll have to make the call to the same domain, and > > have the server do the remote call and echo back the results. > > Presumably that's how this works: > > > > http://www.ajax-cross-domain.com/ > > > John Ruffin wrote on 11/12/2008 11:21 PM: > > > What's the best practice for this remote domain call scenario? > > > ($.getJson(), $.getScript(), etc...)