t absolutely, I get the XmlHttp
error.
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of aldur
Sent: Saturday, December 08, 2007 2:30 PM
To: jQuery (English)
Subject: [jQuery] Re: Cross domain photo gallery using get().
can you put the Javascript
You could try using the older XMLHttpRequest type of
WinHttp.WinHttpRequest.5.1
Here's a scriptlet I use to pull the data from another domain which
you could possibly use somehow:
var xmlhttp=false;
/[EMAIL PROTECTED] @*/
/[EMAIL PROTECTED] (@_jscript_version >= 5)
// JScript gives us Conditiona
can you put the Javascript on that server then your external servers
can call it directly I think that they can then use ajax calls to that
server.
Erik...
What an excellent response, and in fact I rated it thusly. I'll look
more at this later, but I wanted to thank you for your time. Muchas
gracias amigo.
What an excellent reponse
On Dec 8, 2:42 pm, "Erik Beeson" <[EMAIL PROTECTED]> wrote:
> Hi Andy,
>
> Neat idea. What you want for remot
Hi Andy,
Neat idea. What you want for remote data is JSONP, which just requires that
your server produce a chunk of javascript that calls a function with a
specified name and passes in your data as a JSON block. So instead of
generating an HTML fragment, your data.cfm would take a parameter called
5 matches
Mail list logo