IE9 JSON Data “do you want to open or save this file”

后端 未结 5 552
温柔的废话
温柔的废话 2020-11-28 08:57

Started testing my jQuery applications with IE9. Looks like I may be in for some trouble here. I noticed that when I return JSON data back to the Javascript methods I always

5条回答
  •  我在风中等你
    2020-11-28 09:46

    In my case when contentType in response header is "application/json; charset=UTF-8", the IE 9 shows that Prompt. But changed to "text/html" then the prompt does not show, although all otter browsers are fine with the "application/json; charset=UTF-8".

提交回复
热议问题