[AcceptVerbs(HttpVerbs.Post)]
public ActionResult AddLm(string txtLm, string txtSid)
{
if ((new Lm_BLL()).addLm(txtLm, txtSid))
{
return RedirectToAction("fenlei", "admin");
}
else
{
return JavaScript("alert('插入失败');");
}
}
插入失败的时候没有弹出提示框,而是出现了下载,下载下来的文件打开内容是返回的JavaScript内容
刚学mvc请指教。谢谢
九州编程
月关宝盒