asp.net中Page.ClientScript.RegisterStartupScript用法小结(转)
2020-12-13 16:22
标签:tar get width strong 数据 string //ASP.NET后台页面跳转 Page.ClientScript.RegisterStartupScript(Page.GetType(), "", ""); //后台弹出确定框 ClientScript.RegisterStartupScript(GetType(), "message", ""); //ASP.NET后台页面跳转 Page.ClientScript.RegisterStartupScript(Page.GetType(), "", ""); 或 Page.ClientScript.RegisterStartupScript(typeof(string), "", ""); //后台弹出文本框 asp.net中Page.ClientScript.RegisterStartupScript用法小结(转),搜素材,soscw.com asp.net中Page.ClientScript.RegisterStartupScript用法小结(转) 标签:tar get width strong 数据 string 原文地址:http://www.cnblogs.com/xiaolei1314/p/3799285.html
ScriptManager.RegisterStartupScript(Page, typeof(string), "popUp", "window.open(‘rptView.aspx‘,‘打印预览‘,‘toolbar=no,location=no,scrollbars=yes,top=200px,left=200px,width=904px,height=650px‘)", true);
文章标题:asp.net中Page.ClientScript.RegisterStartupScript用法小结(转)
文章链接:http://soscw.com/essay/36064.html