0

This works on Firefox and Chrome but not on IE9:

          $.ajax({
            async: false,
            url: settings['server'],
            type: "POST",
            data: "u=" + window.location
                + "&h=" + encodeURIComponent(myhtml),
            success:  function (args) { 
                myhtml = evalt(args);
            },
            error: function (jqXHR, textStatus, errorThrown) {
               alert(errorThrown);
            }
          });

I have set the headers in PHP, tried out the "XDR"-patch and other research on the web...

Any ideas?

Thanks in advance!

4

1 回答 1

0

通过安装 IE10 解决;-)

我很高兴地说,这个问题不会在 IE10 中持续存在......

于 2012-12-06T12:08:25.780 回答