[jQuery] Re: Cross domain photo gallery using get().

2007-12-10 Thread Andy Matthews
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

[jQuery] Re: Cross domain photo gallery using get().

2007-12-08 Thread jon randahl
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

[jQuery] Re: Cross domain photo gallery using get().

2007-12-08 Thread aldur
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.

[jQuery] Re: Cross domain photo gallery using get().

2007-12-08 Thread Andy Matthews
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

[jQuery] Re: Cross domain photo gallery using get().

2007-12-08 Thread Erik Beeson
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