Pops escribió:

On Aug 24, 12:50 pm, "Michael Geary" <[EMAIL PROTECTED]> wrote:
You can either use my JSON plugin, or similar code like José posted in his
reply.
http://mg.to/2006/01/25/json-for-jquery


Mike,

When I used your plugin,  IE 6.0 displays

Error: Object doesn't support this property or method

Opera 9.1 also fails.   The same failure with jose's post too.

Sounds some problem with an object, what is the line of the error?. In my
example I use native DOM and one jQuery selection. Using native DOM
completely:

var script_call = document.createElement("script");
script_call.type = "text/javascript";
script_call.src = "http://sub.domain.tld/data?callback=mycallback";;
var head = document.getElementsByTagName("head");
head[0].appendChild(script_call);

function mycallback(data){
  alert(data);  //example
}
Is this suppose to work under IE?  Or is JSONP only a FF thing?

I have not tried IE7

--
HLS




--
Best Regards,
José Francisco Rives Lirola <sevir1ATgmail.com>

SeViR CW · Computer Design
http://www.sevir.org
Murcia - Spain

Reply via email to