在使用AJAXform提交表单时,返回的数据格式为JSON,头文件是application/json 时,在 火狐、ie9和谷歌下都能正常解析,在ie7下会提示下载。

解决方法:指定返回页的头文件为"text/html"

mvc中

return Json(new { result = "0", type = "添加" }, "text/html");

 

posted on 2013-10-28 10:35  mrma1989  阅读(627)  评论(0编辑  收藏  举报