DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2011-04-11 07:00:05

omfgpanda
New member

IE6 json problem

Hello. IETester, in IE6 mode, have a problem with json type.

When i started script. like this:
=======
JS-side:
=======
$.ajax
            ({
                type: "POST",
                url: url,
                cache: false,
                dataType: "json",
                success: function(msg)
                {
                   
                 
                   alert(msg);

                }
             });
=======
PHP-side:
=======
header("Content-Type: application/json; charset=utf-8");
echo FastJSON::encode($myObj); 


IE6 cant get "success" event.

And, if i using dataType:"text", iam got "success" event, but i cant decode json string (eval).

Sry for bad english :}

Offline

 

#2 2012-03-24 15:59:17

panku32
New member

Re: IE6 json problem

Nice post! I like this post. Thanks for sharing this post. Keep going through posting such kind of nice post.

Offline