Translate

2014年3月11日 星期二

MVC Javascript alert return


It's a simple example :

public ActionResult AlertMsg(string id)
{
  string url = Url.Content("~/Area/Control/AlertMsg/" + id);
  return Content(string.Format("<script>alert('ok'); window.location.href='{0}'",url)</script>","text/html");
}

沒有留言:

張貼留言