Has anyone known load() and html() to fail in IE7?

Has anyone known load() and html() to fail in IE7?

Has anyone known load() and html() to fail in IE7?

             jQuery("#mods").load("NewModifiers.aspx",
                                      {
                                          mode: "add",
                                          row: jQuery("#XmlDataStore").length,
                                          psk: id
                                         
                                      },
                                      function(responseText, status, request) {
                                      alert(status+": "+responseText);
                         
                 jQuery("body").html(responseText);
             });


This is done after the ready event. And i know HTML is coming through.