日期:2014-05-18  浏览次数:20756 次

网页弹出提示框后点击确定返回到另一个指定的页面
如题,后台代码要怎么写啊?

------解决方案--------------------
例如:
Page.ClientScript.RegisterStartupScript(this.GetType(), "save", "<script>alert('保存成功!');window.location.href='401FondList.aspx';</script>");
------解决方案--------------------
alert后,直接跳转