日期:2014-05-17 浏览次数:20538 次
if (congshuBll.Updatecongshu(bpmcongshu) > 0)
{
lblMsg.Text = "<span style=\"color: green\">更新丛书成功!</span>";
System.Threading.Thread.Sleep(2000);
Response.Redirect("congshumanage.aspx?ID=" + bpmcongshu.IDinCategory.ToString());
}
Response.Write("<script>window.alert('maopianjijiangkaishi...')</script>");
Response.Write("<script>window.location ='http://www.baidu.com'</script>");
------解决方案--------------------
if (congshuBll.Updatecongshu(bpmcongshu) > 0)
{
lblMsg.Text = "<span style=\"color: green\">更新丛书成功!</span><script>window.setTimeout(function(){window.location.href='http://www.370b.com'},2000)</script>";
}