This is really more of a browser or json object problem, but it would
be good to have the answer on this group for others. Not sure what I am
doing wrong, but I am using loadJSONDoc and in FFox I get back my
object but in IE I get [object Error]

Here is the trim details from my prototype:

"RequestContent": function(f){
        var str = <urlpath and params from f>
        var d = loadJSONDoc(str);
        d.addCallbacks(bind(this.ReceiveContent, this),
bind(this.RequestFailure, this));
}

in FFox ReceiveContent gets triggered, in IE RequestFailure is
triggered.

You can see the object I am requesting at this url:
http://www.wjamesphoto.com/bw/bitweaver/liberty/list_content.php?output=json

Maybe it is a header issue?
In php I am using:  header("content-type:text/javascript");

Thanks in advance!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---

Reply via email to