ie8 showModalDialog如何隐藏地址栏和状态栏

2025-03-03 04:31:39
推荐回答(2个)
回答1:

window.showModalDialog(sURL [, vArguments] [,sFeatures])
sFeatures的参数如下
1. dialogHeight: 对话框高度,不小于100px
2. dialogWidth: 对话框宽度。
3. dialogLeft: 离屏幕左的距离。
4. dialogTop: 离屏幕上的距离。
5. center: { yes | no | 1 | 0 } : 是否居中,默认yes,但仍可以指定高度和宽度。
6. help: {yes | no | 1 | 0 }: 是否显示帮助按钮,默认yes。
7. resizable: {yes | no | 1 | 0 } [IE5+]: 是否可被改变大小。默认no。
8. status: {yes | no | 1 | 0 } [IE5+]: 是否显示状态栏。默认为yes[ Modeless]或no[Modal]。
9. scroll: { yes | no | 1 | 0 | on | off }:是否显示滚动条。默认为yes。

dialog根本就不会有地址栏!
(没有在IE8下做过,根据文档上说的,应该支持ie8)

回答2:

在IE 最上面 点击右键不行么?