Response的一些用法

//打开新的窗体
Response.Redirect("WebMain.aspx");   
//出一个新窗体
Response.Write("<script>window.open(/"WebMain.aspx/")</script>")
//弹出一个只有确定按钮的提示框
Response.Write("<script>alert(/" 名或密 码错误 /");</script>");
//关闭窗体不提示信息
Response.Write("<script>window.opener=null;window.close();</script>");
//关闭窗体提示一条信息
Response.Write("<script>window.close();</script>");
//关闭窗体提示两条信息
Response.Write("<script>if(confirm(/" 确定退出?/")==true){window.close();}</script>");

Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=257511
如何利用网 页弹 出各 形式的窗口,我想大家大多都是知道些的,但那 出式窗口是怎 搞出来的,我 今天就来学 一下:
   1. 启一个全屏窗口
<html>
<body οnlοad="window.open('http://www.webjx.com','example01','fullscreen');">;
<b>www.webjx.com</b>
</body>
</html>
   2. 启一个被 F11 化后的窗口
<html>
<body οnlοad="window.open(''http://www.webjx.com','example02','channelmode');">;
<b>www.webjx.com</b>
</body>
</html>
   3. 启一个 有收藏 接工具 的窗口
<html>
<body οnlοad="window.open('http://www.webjx.com','example03','width=400,height=300,directories');">
<b>www.webjx.com</b>
</body>
</html>
   4. 页对话
<html>
<SCRIPT LANGUAGE="javascript">
<!--
showModalDialog('http://www.webjx.com','example04','dialogWidth:400px;dialogHeight:300px;
dialogLeft:200px;dialogTop:150px;center:yes;help:yes;resizable:yes;status:yes')
//-->
</SCRIPT>
<b>www.webjx.com</b>
</body>
</html>
<html>
<SCRIPT LANGUAGE="javascript">
<!--
showModelessDialog('http://www.webjx.com','example05','dialogWidth:400px;dialogHeight:300px;
dialogLeft:200px;dialogTop:150px;center:yes;help:yes;resizable:yes;status:yes')
//-->
</SCRIPT>
<b>http://www.webjx.com</b>
</body>
</html>
   showModalDialog() 或是 showModelessDialog() 用网 页对话 框,至于 showModalDialog() showModelessDialog() 的区 ,在于 showModalDialog() 的窗口( 称模式窗口),置在父窗口上,必 须关闭 才能 访问 父窗口 ( 尽量少用,以免招人反感 ) showModelessDialog() 称无模式窗口),打 后不必 关闭 也可 访问 父窗口打 的窗口。
dialogHeight: iHeight 对话 框窗口的高度。
dialogWidth: iWidth
对话 框窗口的 度。   
dialogLeft: iXPos
对话 框窗口相 于桌面左上角的 left 位置。
dialogTop: iYPos
对话 框窗口相 于桌面左上角的 top 位置。
center: {yes | no | 1 | 0 }
指定是否将 对话 框在桌面上居中,默 认值 “yes”
help: {yes | no | 1 | 0 }
指定 对话 框窗口中是否 示上下文敏感的帮助 图标 。默 认值 “yes”   
resizable: {yes | no | 1 | 0 }
指定是否 对话 框窗口大小可 。默 认值 “no”
status: {yes | no | 1 | 0 }
指定 对话 框窗口是否 示状 态栏 于非模式 对话 框窗口,默 认值 “yes” 于模式 对话 框窗口,默 认值 “no”
< asp : LinkButton ID="BackLbtn" PostBackUrl="javascript:history.back()" runat="server"> 戻る </ asp : LinkButton >
< asp : LinkButton ID="CloseLbtn" PostBackUrl="javascript:window.close()" runat="server"> 閉じる </ asp : LinkButton >
 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值