代码语言
.
CSharp
.
JS
Java
Asp.Net
C
MSSQL
PHP
Css
PLSQL
Python
Shell
EBS
ASP
Perl
ObjC
VB.Net
VBS
MYSQL
GO
Delphi
AS
DB2
Domino
Rails
ActionScript
Scala
代码分类
文件
系统
字符串
数据库
网络相关
图形/GUI
多媒体
算法
游戏
Jquery
Extjs
Android
HTML5
菜单
网页交互
WinForm
控件
企业应用
安全与加密
脚本/批处理
开放平台
其它
【
Asp.Net
】
asp.net(C#)JavaScript操作公共类
作者:
Dezai.CN
/ 发布于
2012/8/13
/
655
asp.net(C#)JavaScript操作公共类
<div> <div><span style="color: rgb(0, 0, 255);">using</span><span style="color: rgb(0, 0, 0);"> System; </span><span style="color: rgb(0, 0, 255);">using</span><span style="color: rgb(0, 0, 0);"> System.Collections.Generic; </span><span style="color: rgb(0, 0, 255);">using</span><span style="color: rgb(0, 0, 0);"> System.Text; </span><span style="color: rgb(0, 0, 255);">using</span><span style="color: rgb(0, 0, 0);"> System.Web.UI; </span><span style="color: rgb(0, 0, 255);">using</span><span style="color: rgb(0, 0, 0);"> System.Web; </span><span style="color: rgb(0, 0, 255);">namespace</span><span style="color: rgb(0, 0, 0);"> Web.Comman.Helper { </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <summary> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> JavaScript操作公共类 </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> </summary></span><span style="color: rgb(128, 128, 128);"> </span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">public</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">class</span><span style="color: rgb(0, 0, 0);"> JScript { </span><span style="color: rgb(0, 0, 255);">#region</span><span style="color: rgb(0, 0, 0);"> 比较老的版本</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <summary> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> 弹出模态窗口 </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> </summary> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="webFormUrl"></param> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="features"></param> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <returns></returns></span><span style="color: rgb(128, 128, 128);"> </span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">public</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">static</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);"> ShowModalDialogJavascript(</span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);"> webFormUrl, </span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);"> features) { </span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);"> js </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> @</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"><script language</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">javascript</span><span style="color: rgb(0, 0, 0);">>showModalDialog(</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(128, 0, 0);">" + webFormUrl + "</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(0, 0, 0);">,</span><span style="color: rgb(128, 0, 0);">''</span><span style="color: rgb(0, 0, 0);">,</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(128, 0, 0);">" + features + "</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(0, 0, 0);">);</span><span style="color: rgb(0, 0, 0);"><</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">script</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);">"; </span><span style="color: rgb(0, 0, 255);">return</span><span style="color: rgb(0, 0, 0);"> js; } </span><span style="color: rgb(0, 0, 255);">#endregion</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">#region</span><span style="color: rgb(0, 0, 0);"> 最新版本,试验成功的</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <summary> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> 弹出JavaScript小窗口 </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> </summary> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="message">提示信息</param> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="page">Web窗体页</param></span><span style="color: rgb(128, 128, 128);"> </span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">public</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">static</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">void</span><span style="color: rgb(0, 0, 0);"> Alert(</span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);"> message, Page page) { </span><span style="color: rgb(0, 0, 255);">#region</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);"> js </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> @</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"><Script language</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(128, 0, 0);">JavaScript</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(0, 0, 0);">>alert(</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(128, 0, 0);">" + message + "</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(0, 0, 0);">);</span><span style="color: rgb(0, 0, 0);"><</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">Script</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);">"; </span><span style="color: rgb(0, 0, 255);">if</span><span style="color: rgb(0, 0, 0);"> (</span><span style="color: rgb(0, 0, 0);">!</span><span style="color: rgb(0, 0, 0);">page.ClientScript.IsStartupScriptRegistered(page.GetType(), </span><span style="color: rgb(0, 0, 0);">"alert</span><span style="color: rgb(0, 0, 0);">")) { page.ClientScript.RegisterStartupScript(page.GetType(), </span><span style="color: rgb(0, 0, 0);">"alert</span><span style="color: rgb(0, 0, 0);">", js); } </span><span style="color: rgb(0, 0, 255);">#endregion</span><span style="color: rgb(0, 0, 0);"> } </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <summary> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> 弹出消息框并且转向到新的URL </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> </summary> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="message">消息内容</param> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="toURL">连接地址</param> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="page">Web窗体页</param></span><span style="color: rgb(128, 128, 128);"> </span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">public</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">static</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">void</span><span style="color: rgb(0, 0, 0);"> AlertAndRedirect(</span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);"> message, </span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);"> toURL, Page page) { </span><span style="color: rgb(0, 0, 255);">#region</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);"> js </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"><script language</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">javascript</span><span style="color: rgb(0, 0, 0);">>alert(</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(128, 0, 0);">{0}</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(0, 0, 0);">);window.location.replace(</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(128, 0, 0);">{1}</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(0, 0, 0);">)</span><span style="color: rgb(0, 0, 0);"><</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">script</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);">"; </span><span style="color: rgb(0, 0, 255);">if</span><span style="color: rgb(0, 0, 0);"> (</span><span style="color: rgb(0, 0, 0);">!</span><span style="color: rgb(0, 0, 0);">page.ClientScript.IsStartupScriptRegistered(page.GetType(), </span><span style="color: rgb(0, 0, 0);">"AlertAndRedirect</span><span style="color: rgb(0, 0, 0);">")) { page.ClientScript.RegisterStartupScript(page.GetType(), </span><span style="color: rgb(0, 0, 0);">"AlertAndRedirect</span><span style="color: rgb(0, 0, 0);">", </span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);">.Format(js, message, toURL)); } </span><span style="color: rgb(0, 0, 255);">#endregion</span><span style="color: rgb(0, 0, 0);"> } </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <summary> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> 弹出消息框并且回跳 history.go(-1) </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> </summary> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="message">提示信息</param></span><span style="color: rgb(128, 128, 128);"> </span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">public</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">static</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">void</span><span style="color: rgb(0, 0, 0);"> AlertAndGoBack(</span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);"> message) { </span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);"> js </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"><script language</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">javascript</span><span style="color: rgb(0, 0, 0);">>alert(</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(128, 0, 0);">{0}</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(0, 0, 0);">);history.go(</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(128, 0, 128);">1</span><span style="color: rgb(0, 0, 0);">);</span><span style="color: rgb(0, 0, 0);"><</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">script</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);">"; HttpContext.Current.Response.Write(</span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);">.Format(js, message)); } </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <summary> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> 回到历史页面 </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> </summary> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="value">-1/1</param> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="page">Web窗体页</param></span><span style="color: rgb(128, 128, 128);"> </span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">public</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">static</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">void</span><span style="color: rgb(0, 0, 0);"> GoHistory(</span><span style="color: rgb(0, 0, 255);">int</span><span style="color: rgb(0, 0, 0);"> value, Page page) { </span><span style="color: rgb(0, 0, 255);">#region</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);"> js </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> @</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"><Script language</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(128, 0, 0);">JavaScript</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(0, 0, 0);">>history.go({</span><span style="color: rgb(128, 0, 128);">0</span><span style="color: rgb(0, 0, 0);">});</span><span style="color: rgb(0, 0, 0);"><</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">Script</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);">"; </span><span style="color: rgb(0, 0, 255);">if</span><span style="color: rgb(0, 0, 0);"> (</span><span style="color: rgb(0, 0, 0);">!</span><span style="color: rgb(0, 0, 0);">page.ClientScript.IsStartupScriptRegistered(page.GetType(), </span><span style="color: rgb(0, 0, 0);">"GoHistory</span><span style="color: rgb(0, 0, 0);">")) { page.ClientScript.RegisterStartupScript(page.GetType(), </span><span style="color: rgb(0, 0, 0);">"GoHistory</span><span style="color: rgb(0, 0, 0);">", </span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);">.Format(js, value)); } </span><span style="color: rgb(0, 0, 255);">#endregion</span><span style="color: rgb(0, 0, 0);"> } </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <summary> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> 刷新父窗口 </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> </summary> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="url">url</param> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="page">web窗体页</param></span><span style="color: rgb(128, 128, 128);"> </span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">public</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">static</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">void</span><span style="color: rgb(0, 0, 0);"> RefreshParent(</span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);"> url, Page page) { </span><span style="color: rgb(0, 0, 255);">#region</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);"> js </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> @</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"><Script language</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(128, 0, 0);">JavaScript</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(0, 0, 0);">>window.opener.location.href</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(128, 0, 0);">" + url + "</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(0, 0, 0);">;window.close();</span><span style="color: rgb(0, 0, 0);"><</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">Script</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);">"; </span><span style="color: rgb(0, 0, 255);">if</span><span style="color: rgb(0, 0, 0);"> (</span><span style="color: rgb(0, 0, 0);">!</span><span style="color: rgb(0, 0, 0);">page.ClientScript.IsStartupScriptRegistered(page.GetType(), </span><span style="color: rgb(0, 0, 0);">"RefreshParent</span><span style="color: rgb(0, 0, 0);">")) { page.ClientScript.RegisterStartupScript(page.GetType(), </span><span style="color: rgb(0, 0, 0);">"RefreshParent</span><span style="color: rgb(0, 0, 0);">", js); } </span><span style="color: rgb(0, 0, 255);">#endregion</span><span style="color: rgb(0, 0, 0);"> } </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <summary> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> 刷新打开窗口 </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> </summary> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="page">Web窗体页</param></span><span style="color: rgb(128, 128, 128);"> </span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">public</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">static</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">void</span><span style="color: rgb(0, 0, 0);"> RefreshOpener(Page page) { </span><span style="color: rgb(0, 0, 255);">#region</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);"> js </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> @</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"><Script language</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(128, 0, 0);">JavaScript</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(0, 0, 0);">>opener.location.reload();</span><span style="color: rgb(0, 0, 0);"><</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">Script</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);">"; </span><span style="color: rgb(0, 0, 255);">if</span><span style="color: rgb(0, 0, 0);"> (</span><span style="color: rgb(0, 0, 0);">!</span><span style="color: rgb(0, 0, 0);">page.ClientScript.IsStartupScriptRegistered(page.GetType(), </span><span style="color: rgb(0, 0, 0);">"RefreshOpener</span><span style="color: rgb(0, 0, 0);">")) { page.ClientScript.RegisterStartupScript(page.GetType(), </span><span style="color: rgb(0, 0, 0);">"RefreshOpener</span><span style="color: rgb(0, 0, 0);">", js); } </span><span style="color: rgb(0, 0, 255);">#endregion</span><span style="color: rgb(0, 0, 0);"> } </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <summary> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> 打开指定大小的新窗体 </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> </summary> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="url">url地址</param> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="width">宽</param> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="heigth">高</param> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="top">头位置</param> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="left">左位置</param> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="page">Web窗体页</param></span><span style="color: rgb(128, 128, 128);"> </span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">public</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">static</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">void</span><span style="color: rgb(0, 0, 0);"> OpenWebFormSize(</span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);"> url, </span><span style="color: rgb(0, 0, 255);">int</span><span style="color: rgb(0, 0, 0);"> width, </span><span style="color: rgb(0, 0, 255);">int</span><span style="color: rgb(0, 0, 0);"> heigth, </span><span style="color: rgb(0, 0, 255);">int</span><span style="color: rgb(0, 0, 0);"> top, </span><span style="color: rgb(0, 0, 255);">int</span><span style="color: rgb(0, 0, 0);"> left, Page page) { </span><span style="color: rgb(0, 0, 255);">#region</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);"> js </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> @</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"><Script language</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(128, 0, 0);">JavaScript</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(0, 0, 0);">>window.open(</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(128, 0, 0);">" + url + @"</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(0, 0, 0);">,</span><span style="color: rgb(128, 0, 0);">''</span><span style="color: rgb(0, 0, 0);">,</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(128, 0, 0);">height=" + heigth + ",width=" + width + ",top=" + top + ",left=" + left + ",location=no,menubar=no,resizable=yes,scrollbars=yes,status=yes,titlebar=no,toolbar=no,directories=no</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(0, 0, 0);">);</span><span style="color: rgb(0, 0, 0);"><</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">Script</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);">"; </span><span style="color: rgb(0, 0, 255);">if</span><span style="color: rgb(0, 0, 0);"> (</span><span style="color: rgb(0, 0, 0);">!</span><span style="color: rgb(0, 0, 0);">page.ClientScript.IsStartupScriptRegistered(page.GetType(), </span><span style="color: rgb(0, 0, 0);">"OpenWebFormSize</span><span style="color: rgb(0, 0, 0);">")) { page.ClientScript.RegisterStartupScript(page.GetType(), </span><span style="color: rgb(0, 0, 0);">"OpenWebFormSize</span><span style="color: rgb(0, 0, 0);">", js); } </span><span style="color: rgb(0, 0, 255);">#endregion</span><span style="color: rgb(0, 0, 0);"> } </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <summary> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> 转向Url制定的页面 </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> </summary> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="url">连接地址</param> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="page">Web窗体页</param></span><span style="color: rgb(128, 128, 128);"> </span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">public</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">static</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">void</span><span style="color: rgb(0, 0, 0);"> JavaScriptLocationHref(</span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);"> url, Page page) { </span><span style="color: rgb(0, 0, 255);">#region</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);"> js </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> @</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"><Script language</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(128, 0, 0);">JavaScript</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(0, 0, 0);">>window.location.replace(</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(128, 0, 0);">{0}</span><span style="color: rgb(128, 0, 0);">'</span><span style="color: rgb(0, 0, 0);">);</span><span style="color: rgb(0, 0, 0);"><</span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(0, 0, 0);">Script</span><span style="color: rgb(0, 0, 0);">></span><span style="color: rgb(0, 0, 0);">"; js </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);">.Format(js, url); </span><span style="color: rgb(0, 0, 255);">if</span><span style="color: rgb(0, 0, 0);"> (</span><span style="color: rgb(0, 0, 0);">!</span><span style="color: rgb(0, 0, 0);">page.ClientScript.IsStartupScriptRegistered(page.GetType(), </span><span style="color: rgb(0, 0, 0);">"JavaScriptLocationHref</span><span style="color: rgb(0, 0, 0);">")) { page.ClientScript.RegisterStartupScript(page.GetType(), </span><span style="color: rgb(0, 0, 0);">"JavaScriptLocationHref</span><span style="color: rgb(0, 0, 0);">", js); } </span><span style="color: rgb(0, 0, 255);">#endregion</span><span style="color: rgb(0, 0, 0);"> } </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <summary> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> 打开指定大小位置的模式对话框 </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> </summary> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="webFormUrl">连接地址</param> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="width">宽</param> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="height">高</param> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="top">距离上位置</param> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="left">距离左位置</param> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="page">Web窗体页</param></span><span style="color: rgb(128, 128, 128);"> </span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">public</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">static</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">void</span><span style="color: rgb(0, 0, 0);"> ShowModalDialogWindow(</span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);"> webFormUrl, </span><span style="color: rgb(0, 0, 255);">int</span><span style="color: rgb(0, 0, 0);"> width, </span><span style="color: rgb(0, 0, 255);">int</span><span style="color: rgb(0, 0, 0);"> height, </span><span style="color: rgb(0, 0, 255);">int</span><span style="color: rgb(0, 0, 0);"> top, </span><span style="color: rgb(0, 0, 255);">int</span><span style="color: rgb(0, 0, 0);"> left, Page page) { </span><span style="color: rgb(0, 0, 255);">#region</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);"> features </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">"dialogWidth:</span><span style="color: rgb(0, 0, 0);">" </span><span style="color: rgb(0, 0, 0);">+</span><span style="color: rgb(0, 0, 0);"> width.ToString() </span><span style="color: rgb(0, 0, 0);">+</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">"px</span><span style="color: rgb(0, 0, 0);">" </span><span style="color: rgb(0, 0, 0);">+</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">";dialogHeight:</span><span style="color: rgb(0, 0, 0);">" </span><span style="color: rgb(0, 0, 0);">+</span><span style="color: rgb(0, 0, 0);"> height.ToString() </span><span style="color: rgb(0, 0, 0);">+</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">"px</span><span style="color: rgb(0, 0, 0);">" </span><span style="color: rgb(0, 0, 0);">+</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">";dialogLeft:</span><span style="color: rgb(0, 0, 0);">" </span><span style="color: rgb(0, 0, 0);">+</span><span style="color: rgb(0, 0, 0);"> left.ToString() </span><span style="color: rgb(0, 0, 0);">+</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">"px</span><span style="color: rgb(0, 0, 0);">" </span><span style="color: rgb(0, 0, 0);">+</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">";dialogTop:</span><span style="color: rgb(0, 0, 0);">" </span><span style="color: rgb(0, 0, 0);">+</span><span style="color: rgb(0, 0, 0);"> top.ToString() </span><span style="color: rgb(0, 0, 0);">+</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">"px</span><span style="color: rgb(0, 0, 0);">" </span><span style="color: rgb(0, 0, 0);">+</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">";center:yes;help</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">no;resizable:no;status:no;scroll</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">yes</span><span style="color: rgb(0, 0, 0);">"; ShowModalDialogWindow(webFormUrl, features, page); </span><span style="color: rgb(0, 0, 255);">#endregion</span><span style="color: rgb(0, 0, 0);"> } </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <summary> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> 弹出模态窗口 </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> </summary> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="webFormUrl">webFormUrl</param> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="features">features</param> </span><span style="color: rgb(128, 128, 128);">///</span><span style="color: rgb(0, 128, 0);"> <param name="page">Web窗体页</param></span><span style="color: rgb(128, 128, 128);"> </span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">public</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">static</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">void</span><span style="color: rgb(0, 0, 0);"> ShowModalDialogWindow(</span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);"> webFormUrl, </span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);"> features, Page page) { </span><span style="color: rgb(0, 0, 255);">string</span><span style="color: rgb(0, 0, 0);"> js </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> ShowModalDialogJavascript(webFormUrl, features); </span><span style="color: rgb(0, 0, 255);">if</span><span style="color: rgb(0, 0, 0);"> (</span><span style="color: rgb(0, 0, 0);">!</span><span style="color: rgb(0, 0, 0);">page.ClientScript.IsStartupScriptRegistered(page.GetType(), </span><span style="color: rgb(0, 0, 0);">"ShowModalDialogWindow</span><span style="color: rgb(0, 0, 0);">")) { page.ClientScript.RegisterStartupScript(page.GetType(), </span><span style="color: rgb(0, 0, 0);">"ShowModalDialogWindow</span><span style="color: rgb(0, 0, 0);">", js); } } </span><span style="color: rgb(0, 0, 255);">#endregion</span><span style="color: rgb(0, 0, 0);"> } }</span></div> </div>
试试其它关键字
JavaScript操作公共类
同语言下
.
gzip压缩
.
实现http多线程断点续传下载文件
.
实现多线程断点续传下载大文件
.
生成字符串的 CheckSum
.
根据 UserAgent 获取浏览器的类型和版本
.
根据 Agent 判断是否是智能手机
.
隐藏手机号中间四位为*方法
.
合并图片(二维码和其他图片合并)
.
ASP.NET CORE中判断是否移动端打开网页
.
ASP.NET(C#)实现页面计时(定时)自动跳转
可能有用的
.
C#实现的html内容截取
.
List 切割成几份 工具类
.
SQL查询 多列合并成一行用逗号隔开
.
一行一行读取txt的内容
.
C#动态修改文件夹名称(FSO实现,不移动文件)
.
c# 移动文件或文件夹
.
c#图片添加水印
.
Java PDF转换成图片并输出给前台展示
.
网站后台修改图片尺寸代码
.
处理大图片在缩略图时的展示
Dezai.CN
贡献的其它代码
(
4037
)
.
多线程Socket服务器模块
.
生成随机密码
.
清除浮动样式
.
弹出窗口居中
.
抓取url的函数
.
使用base HTTP验证
.
div模拟iframe嵌入效果
.
通过header转向的方法
.
Session操作类
.
执行sqlite输入插入操作后获得自动编号的ID
Copyright © 2004 - 2024 dezai.cn. All Rights Reserved
站长博客
粤ICP备13059550号-3