asp.net中Page.ClientScript.RegisterStartupScript用法
//ASP.NET后台页面跳转
Page.ClientScript.RegisterStartupScript(Page.GetType(), "", "if(confirm('保存成功!是否继续添加?')){location.href='ProductonAdd.aspx'}else{location.href='ProductonList.aspx'}");
//后台弹出确定框
转载
2014-10-13 19:47:03 ·
547 阅读 ·
0 评论