欢迎来到天天文库
浏览记录
ID:14309608
大小:42.00 KB
页数:11页
时间:2018-07-27
《.net中常用的js脚本方法》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、.net中常用的JS脚本方法.Net中常用的JS脚本方法asp.net2009-07-2811:28:58阅读68评论1字号:大中小//////删除记录确认//////需要确认的按钮publicstaticvoidConfirm(WebControlbutton){button.Attributes.Add("onclick","returnconfirm("确定要删除此项记录吗?")");}//////点击
2、按钮确认//////需要确认的按钮///提示信息publicstaticvoidConfirm(WebControlbutton,stringMessage){button.Attributes.Add("onclick","returnconfirm('"+Message+"')");}//////弹出对话框//////3、>提示信息publicstaticvoidAlert(stringmsg){HttpContext.Current.Response.Write("alert('"+msg.Trim()+"')<"+"/"+"script>");}//////关闭当前窗口///publicstaticvoidCloseWin(){HttpContext.Current.Response.Write("4、e='javascript'>window.close();<"+"/"+"script>");}//////当前窗口是,由一个窗口弹出的子窗口,本方法可以实现父窗口重定向//////跳转到的页面地址publicstaticvoidPageRedirect(stringpage){HttpContext.Current.Response.Write("window.opener5、.location='"+page+"';<"+"/"+"script>");}//////本窗口重定向//////跳转到的页面地址publicstaticvoidRedirect(stringpage){HttpContext.Current.Response.Write("location='"+page+"';<"+"/"+"script>");}///6、///当前页面刷新///publicstaticvoidPageReload(){HttpContext.Current.Response.Write("");}//////弹出窗口//////页面路径publicstaticvoidOpenWindow(stringurl){stringscript="7、anguage='javascript'>window.open('"+url+"','newwindow','height=640,width=600,top=10,left=180,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,status=no')<"+"/"+"script>";HttpContext.Current.Response.Write(script);}//////弹出窗口//////8、aramname="url">页面路径///页面高度///页面宽度publicstaticvoidOpenWindow(stringurl,intHeight,intWidth)
3、>提示信息publicstaticvoidAlert(stringmsg){HttpContext.Current.Response.Write("alert('"+msg.Trim()+"')<"+"/"+"script>");}//////关闭当前窗口///publicstaticvoidCloseWin(){HttpContext.Current.Response.Write("4、e='javascript'>window.close();<"+"/"+"script>");}//////当前窗口是,由一个窗口弹出的子窗口,本方法可以实现父窗口重定向//////跳转到的页面地址publicstaticvoidPageRedirect(stringpage){HttpContext.Current.Response.Write("window.opener5、.location='"+page+"';<"+"/"+"script>");}//////本窗口重定向//////跳转到的页面地址publicstaticvoidRedirect(stringpage){HttpContext.Current.Response.Write("location='"+page+"';<"+"/"+"script>");}///6、///当前页面刷新///publicstaticvoidPageReload(){HttpContext.Current.Response.Write("");}//////弹出窗口//////页面路径publicstaticvoidOpenWindow(stringurl){stringscript="7、anguage='javascript'>window.open('"+url+"','newwindow','height=640,width=600,top=10,left=180,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,status=no')<"+"/"+"script>";HttpContext.Current.Response.Write(script);}//////弹出窗口//////8、aramname="url">页面路径///页面高度///页面宽度publicstaticvoidOpenWindow(stringurl,intHeight,intWidth)
4、e='javascript'>window.close();<"+"/"+"script>");}//////当前窗口是,由一个窗口弹出的子窗口,本方法可以实现父窗口重定向//////跳转到的页面地址publicstaticvoidPageRedirect(stringpage){HttpContext.Current.Response.Write("window.opener
5、.location='"+page+"';<"+"/"+"script>");}//////本窗口重定向//////跳转到的页面地址publicstaticvoidRedirect(stringpage){HttpContext.Current.Response.Write("location='"+page+"';<"+"/"+"script>");}///
6、///当前页面刷新///publicstaticvoidPageReload(){HttpContext.Current.Response.Write("");}//////弹出窗口//////页面路径publicstaticvoidOpenWindow(stringurl){stringscript="7、anguage='javascript'>window.open('"+url+"','newwindow','height=640,width=600,top=10,left=180,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,status=no')<"+"/"+"script>";HttpContext.Current.Response.Write(script);}//////弹出窗口//////8、aramname="url">页面路径///页面高度///页面宽度publicstaticvoidOpenWindow(stringurl,intHeight,intWidth)
7、anguage='javascript'>window.open('"+url+"','newwindow','height=640,width=600,top=10,left=180,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,status=no')<"+"/"+"script>";HttpContext.Current.Response.Write(script);}//////弹出窗口//////
8、aramname="url">页面路径///页面高度///页面宽度publicstaticvoidOpenWindow(stringurl,intHeight,intWidth)
此文档下载收益归作者所有