asp.net中Page.ClientScript.RegisterStartupScript用法小结(转)

2020-12-13 16:22

阅读:241

标签: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), "", "");

//后台弹出文本框
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用法小结(转),搜素材,soscw.com

asp.net中Page.ClientScript.RegisterStartupScript用法小结(转)

标签:tar   get   width   strong   数据   string   

原文地址:http://www.cnblogs.com/xiaolei1314/p/3799285.html


评论


亲,登录后才可以留言!