原文:window.showModalDialog用法

今天把window.showModalDialog用法记录一下,下面说的父窗口和子窗口之间传值的问题 js代码片段:这是一个js的function . str 字符串只是拼接了指定窗口位置的参数 . window.showModalDialog system.menu.menuReadAction.do ,window, dialogHeight: px dialogWidth: px statu ...

2012-11-11 11:06 4 28578 推荐指数:

查看详情

JS window.showModalDialog()返回值用法

实现的功能就是 点击 选择 后出现右面的框,然后选择一个单位后 这个单位的名称自动在所属单位上显示,这里面就用到了 js弹框 并且传值的功能 。 点击选择的是第一个界面代码: ...

Sat Oct 20 19:28:00 CST 2012 0 10442
window.open()与window.showModalDialog区别

window.open()与window.showModalDialog区别 弹出窗口两种方式: 1.window.showModalDialog: var feature = "dialogWidth:615px;dialogHeight:505px ...

Sun Apr 20 23:46:00 CST 2014 0 5829
解决window.showModalDialog在Firefox无法支持

在网页程序中,有时我们会希望使用者按下按钮后开启一个保持在原窗口前方的子窗口,而在IE中,我们可以使用showModalDialog来达成,语法如下 : vReturnValue = window.showModalDialog(sURL [, vArguments ...

Thu May 04 17:10:00 CST 2017 0 4529
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM