模式窗口!

/关闭,父窗口弹出对话框,子窗口直接关闭
this.Response.Write("<script language=javascript>window.close();</script>");
//
关闭,父窗口和子窗口都不弹出对话框,直接关闭
this.Response.Write("<script>");
this.Response.Write("{top.opener =null;top.close();}");
this.Response.Write("</script>");
//
弹出窗口刷新当前页面width=200 height=200菜单。菜单栏,工具条,地址栏,状态栏全没有
this.Response.Write("<script language=javascript>window.open
(''rows.aspx'',''newwindow'',''width=200,height=200'')</script>");
//
弹出窗口刷新当前页面
this.Response.Write("<script language=javascript>window.open(''rows.aspx'')</script>");
this.Response.Write("<script>window.open(''WebForm2.aspx'',''_blank'');</script>");
//
弹出提示窗口跳到webform2.aspx(在一个IE窗口中)
this.Response.Write(" <script language=javascript>alert(''
注册成
'');window.window.location.href=''WebForm2.aspx'';</script> ");
//
关闭当前子窗口,刷新父窗口
this.Response.Write
("<script>window.opener.location.href=window.opener.location.href;window.close
();</script>");
this.Response.Write("<script>window.opener.location.replace
(window.opener.document.referrer);window.close();</script>");
//
子窗口刷新父窗口
this.Response.Write
("<script>window.opener.location.href=window.opener.location.href;</script>");
this.Response.Write("<script>window.opener.location.href=''WebForm1.aspx'';</script>");
//
弹出提示窗口.确定后弹出子窗口(WebForm2.aspx)
this.Response.Write("<script language=''javascript''>alert(''
发表成功!'');window.open
(''WebForm2.aspx'')</script>");
//
弹出提示窗口,确定后,刷新父窗口
this.Response.Write("<script>alert(''
发表成
功!'');window.opener.location.href=window.opener.location.href;</script>");
//
弹出相同的一页
<INPUT type="button" value="Button" onclick="javascript:window.open(window.location.href)">
//
Response.Write("parent.mainFrameBottom.location.href=''yourwebform.aspx?temp=" +str+"'';");

<SCRIPT LANGUAGE="javascript">
<!--
window.open (''page.html'', ''newwindow'', ''height=100, width=400, top=0, left=0, toolbar=no,
menubar=no, scrollbars=no, resizable=no,location=n o, status=no'') //
这句要写成一行
-->
</SCRIPT>
  
  参数解释:
  
  <SCRIPT LANGUAGE="javascript"> js脚本开始;
  window.open 弹出新窗口的命令;
  ''page.html'' 弹出窗口的文件名;
  ''newwindow'' 弹出窗口的名字(不是文件名),非必须,可用空''''代替;
  height=100 窗口高度;
  width=400 窗口宽度;
  top=0 窗口距离屏幕上方的象素值;
  left=0 窗口距离屏幕左侧的象素值;
  toolbar=no 是否显示工具栏,yes为显示;
  menubarscrollbars 表示菜单栏和滚动栏。
  resizable=no 是否允许改变窗口大小,yes为允许;
  location=no 是否显示地址栏,yes为允许;
  status=no 是否显示状态栏内的信息(通常是文件已经打开),yes为允许;
  </SCRIPT> js脚本结束
''newwin'':
隐藏菜单栏地址栏工具条
width=50:
宽度
height=50:
高度
scrollbars=yes/no:
滚动条
top=50:
窗口距离屏幕上方
left=50:
窗口距离屏幕左侧
:window.open(''detail.aspx?ID="+e.Item.Cells
[1].Text+"'',''newwin'',''width=750,height=600,scrollbars=yes,top=50,left=50'');");
this.Response.Write("<Script>window.open
(''WebForm2.aspx'','''',''toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=n
o,resizable=yes,width=750,height=470,left=80,top=40'');</script>");
:
this.Response.Write("<script>alert(''
发表成
功!'');window.opener.location.href=window.opener.location.href;</script>");
this.Response.Write("<script>");
this.Response.Write("{top.opener =null;top.close();}");
this.Response.Write("</script>");
: linkcolumn1.DataNavigateUrlFormatString="javascript:varwin=window.open(''edit_usr.aspx?
actid={0}'',''newwin'',''width=750,height=600,scrollbars=yes,top=50,left=50'');window.close()";
this.Response.Write("<Script>window.open
(''WebForm7.aspx'','''',''toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=n
o,resizable=yes,width=750,height=470,left=80,top=40'');</script>");
弹出跟你当前的窗口有没有菜单工具栏没有关系,你只要在页面中写一个脚本它就弹出了.比如
<a href=# onclick="window.open(''xxx.aspx'',''
窗口名称'',''参数'');">xxxxx</a>
以下列出一些弹出窗口的参数,你可自行设定,参数之间用逗号分隔
可选。字符串--列出对象表并用逗号分开。每一项都有自己的值,他们将被分开(如:"fullscreen=yes,
toolbar=yes"
)。下面是被支持的各种特性。
channelmode = { yes | no | 1 | 0 }
是否在窗口中显示阶梯模式。默认为no
directories = { yes | no | 1 | 0 }
是否在窗口中显示各种按钮。默认为yes
fullscreen = { yes | no | 1 | 0 }
是否用全屏方式显示浏览器。默认为no。使用这一特性时需要非常
小心。因为这一属性可能会隐藏浏览器的标题栏和菜单,你必须提供一个按钮或者其他提示来帮助使用者
关闭这一浏览窗口。ALT+F4可以关闭窗口。一个全屏窗口必须使用阶梯(channelmode)模式。
height = number
指定窗口的高度,单位是像素。最小值是100
left = number
指定窗口距左边框的距离,单位是像素。值必须大于或者等于0
location = { yes | no | 1 | 0 }
指定是否在窗口中显示地址栏。默认为yes
menubar = { yes | no | 1 | 0 }
指定是否在窗口中显示菜单栏。默认为yes
resizable = { yes | no | 1 | 0 }
指定是否在窗口中显示可供用户调整大小的句柄。默认为yes
scrollbars = { yes | no | 1 | 0 }
指定是否在窗口中显示横向或者纵向滚动条。默认为yes
status = { yes | no | 1 | 0 }
指定是否在窗口中显示状态栏。默认为yes
titlebar = { yes | no | 1 | 0 }
指定是否在窗口中显示标题栏。在非调用HTML Application或者一个
对话框的情况下,这一项将被忽略。默认为yes
toolbar = { yes | no | 1 | 0 }
指定是否在窗口中显示工具栏,包括如前进、后退、停止等按钮。默
认为yes
top = number
指定窗口顶部的位置,单位是像素。值必须大于或者等于0
width = number
指定窗口的宽度,单位是像素。最小值是100
1、最基本的弹出窗口代码】
  
  <SCRIPT LANGUAGE="javascript">
  <!--
  window.open (''page.html'')
  -->
  </SCRIPT>
  
  因为这是一段javascripts代码,所以它们应该放在<SCRIPT LANGUAGE="javascript">标签和
</script>
之间。<!-- -->是对一些版本低的浏览器起作用,在这些老浏览器中不会将标签中的代码作
为文本显示出来。要养成这个好习惯啊。window.open (''page.html'') 用于控制弹出新的窗口page.html
,如果page.html不与主窗口在同一路径下,前面应写明路径,绝对路径(http://)和相对路径(../)均可
。用单引号和双引号都可以,只是不要混用。这一段代码可以加入HTML的任意位置,<head></head>
间可以,<body></body>也可以,越前越早执行,尤其是页面代码长,又想使页面早点弹出就尽量往前
放。
 
2、经过设置后的弹出窗口】
  
  下面再说一说弹出窗口的设置。只要再往上面的代码中加一点东西就可以了。我们来定制这个弹出的
窗口的外观,尺寸大小,弹出的位置以适应该页面的具体情况。
  
  <SCRIPT LANGUAGE="javascript">
  <!--
  window.open (''page.html'', ''newwindow'', ''height=100, width=400, top=0, left=0,
toolbar=no, menubar=no, scrollbars=no, resizable=no,location=n o, status=no'') //
这句要写成一

  -->
  </SCRIPT>
  
  参数解释:
  
  <SCRIPT LANGUAGE="javascript"> js脚本开始;
  window.open 弹出新窗口的命令;
  ''page.html'' 弹出窗口的文件名;
  ''newwindow'' 弹出窗口的名字(不是文件名),非必须,可用空''''代替;
  height=100 窗口高度;
  width=400 窗口宽度;
  top=0 窗口距离屏幕上方的象素值;
  left=0 窗口距离屏幕左侧的象素值;
  toolbar=no 是否显示工具栏,yes为显示;
  menubarscrollbars 表示菜单栏和滚动栏。

  ------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------

  、打开窗口:
var handle = window.showModalDialog(url, objects, feathers);其中:objects可以为参数(包括数组),也可以是对象。通常的用法
objects = {window} ,把父窗体的对象共享给子窗体。

2、关闭子窗口:
window.close();

3、从子窗体传参数给父窗体:
window.returnVal = string;

4、清除缓存,防止模式窗口页面不更新的情况:

    HTML:
<META HTTP-EQUIV="pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate">
<META HTTP-EQUIV="expires" CONTENT="Mon, 23 Jan 1978 20:52:30 GMT">

    ASP:
Response.Expires = -1Response.ExpiresAbsolute = Now()-1
Response.cachecontrol = "no-cache"

    PHP:
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Cache-Control: no-cache,must-revalidate");
header("Pragma: no-cache");

    JSP:
response.setHeader("Pragma","No-Cache");
response.setHeader("Cache-Control","No-Cache");
response.setDateHeader("Expires", 0);

5、防止打开新窗口(如提交表单):
<base target="_self">要放到<head></head>中

6、在模式窗口使用F5刷新页面:
<base target="_self">
<body onkeydown="if (event.keyCode==116){reload.click()}">
<a id="reload" href="filename.htm" style="display:none">reload…</a>
其中:filename为窗口页面。

7、防止模式窗口打开的页面出现cookie丢失的情况:
模式窗口打开新窗口时,仅可以使用 showModalDialog(url,window,feathers); 方法,且 objects 为 window 。

8、在弹出窗口中获得或设置主窗口的任何值:
打开弹出窗口时用:
showModalDialog(url, window, feathers)在弹出窗口中使用window.dialogArguments 对象(即主窗口传递过来的 window 对象集),即可以

获得或者设置主窗口的值。

showModalDialog() (Internet Explorer 4 and above)
showModelessDialog() (Internet Explorer 5 and above) vReturnValue = window.showModalDialog(sURL[, vArguments][, sFeatures]);
vReturnValue = window.showModelessDialog(sURL[, vArguments][, sFeatures]); 其中:
vArguments 是要傳到子窗口的參數;
sFeatures 指定子窗口顯示的狀太,與 window.open() 的相似; sFeatures 所用的參數:
dialogHeight: iHeight
dialogWidth: iWidth
dialogLeft: iXPos
dialogTop: iYPos
center: {yes | no | 1 | 0 }
help: {yes | no | 1 | 0 }
resizable: {yes | no | 1 | 0 } (Internet Explorer 5 and above)
status: {yes | no | 1 | 0 } (Internet Explorer 5 and above)

 

 

 

posted @ 2008-05-28 20:50  华丽的空白  阅读(2290)  评论(0编辑  收藏  举报