E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
showModalDialog
showDialog
谢谢javaeye的summerkai:
showModalDialog
和showModelessDialog使用心得一、
showModalDialog
和showModelessDialog有什么不同
DR_LF
·
2010-11-10 19:00
JavaScript
html
.net
function
input
button
window.open 模拟模态窗口效果
比较常见的是window.
showModalDialog
(),这种方法有很多局限性,比如窗口之间的通信不方便,只在ie下有效等。如果采用window.open()的方式,子窗口又不能锁住父窗口。
yyyccc4000
·
2010-11-10 18:00
JavaScript
html
Web
IE
showModalDialog
的title问题(模态窗口标题显示问题)
项目中用到了模态窗口: /*用途:弹出模式窗口 此功能只能在IE5.0以上浏览器使用。 弹出窗口的风格为居中,没有状态栏,没有IE按钮,菜单,地址栏 输入: strUrl: 弹出窗口内显示的网页的地址 winWidth: 弹出窗口的宽度,单位为px winHeight: 弹出窗口的高度,单位为px winLeft: 弹出窗口的左坐标,单位为px winTop: 弹出窗
luweifeng1983
·
2010-11-10 17:00
JavaScript
jsp
css
浏览器
IE
window.
showModalDialog
刷新父窗口 父子窗口之间传值 问题
第一个问题:刷新父窗口(没有传值操作) 父页面打开时一定要传window参数 openModalDialog("son.html",window,800,600);
liliugen
·
2010-11-08 14:00
java
html
Window.
ShowModalDialog
使用手册
基本介绍:
showModalDialog
() &
robin88129
·
2010-11-08 10:00
JavaScript
html
F#
prototype
IE
关闭子窗口刷新父窗口
以下这段代码是为了弹出一个窗口,window.
showModalDialog
这个是弹出窗体的地方,当执行到的时候它后面的代码就不执行了,当把弹出的窗体关闭将会执行后面的location.reload()
sucre03
·
2010-11-07 12:34
职场
js
休闲
javascript
关闭子窗口刷新父窗口
以下这段代码是为了弹出一个窗口,window.
showModalDialog
这个是弹出窗体的地方,当执行到的时候它后面的代码就不执行了,当把弹出的窗体关闭将会执行后面的location.reload()
sucre03
·
2010-11-07 12:59
js
职场
休闲
javascript
showmodaldialog
1)主页a)主页后台(default.aspx.cs)usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Web; usingSystem.Web.UI; usingSystem.Web.UI.WebControls; namespaceModalDialog { publicpartialclas
czh4869623
·
2010-11-05 16:00
JavaScript
模态窗口
window.
showModalDialog
以及window.open用法简介
一、window.open()支持环境: JavaScript1.0+/JScript1.0+/Nav2+/IE3+/Opera3+ 二、基本语法: window.open(pageURL,name,parameters) 其中: pageURL 为子窗口路径 name 为子窗口句柄 parameters 为窗口参数(各参数用逗号分隔) 三、示例: <
fuhuijun
·
2010-11-04 16:00
html
IE
脚本
asp
js 模式窗口的使用
模式对话框:
showModalDialog
非模式对话框:showModelessDialog
hongshenghome
·
2010-11-04 12:00
JavaScript
设计模式
工作
window.
showModalDialog
实例
父页面javascript代码:functiongetParentFunction(){varurl="/function.do?method=functionSel&first=yes";//window.open(url,'选择父项','height=500,width=800,top=70,left=110,toolbar=no,menubar=no,resizable=no,locatio
hfhwfw
·
2010-11-03 23:00
JavaScript
function
null
url
Path
IE 与 FireFox 的
showModalDialog
在网页程序中,有时我们会希望使用者按下按钮后开启一个保持在原窗口前方的子窗口,而在IE中,我们可以使用
showModalDialog
来达成,语法如下:vReturnValue=window.
showModalDialog
tang_123_
·
2010-11-03 13:00
浏览器
IE
firefox
showModalDialog
基本介绍:
showModalDialog
()(IE4+支持)showModelessDialog()(IE5+支持)window.
showModalDialog
()方法用来创建一个显示HTML内容的模态对话框
tang_123_
·
2010-11-03 13:00
html
IE
url
文档
js判断undefined类型,undefined,null,NaN的区别
js判断undefined类型今天使用
showModalDialog
打开页面,返回值时。
qq373591361
·
2010-11-01 10:00
JS 弹出小窗口
showModalDialog
('http://www.baidu.com','','dialog-height:100px;dialog-width:180px'))return false;"
haige18
·
2010-10-30 13:00
js
showModalDialog
和showModelessDialog使用方法
showModalDialog
和showModelessDialog使用方法 一、
showModalDialog
和showModelessDialog有什么不同?
cp3
·
2010-10-28 11:00
JavaScript
IE
showmodaldialog
文件下载不打开新窗口的办法
1 在<head>添加<base target="_self"> 2 设置一个iframe <iframe id="download" name="download" height="0px" width="0px"></iframe> 3 实现
sunyoush
·
2010-10-26 14:00
showModalDialog
window.
showModalDialog
以及window.open用法简介
一、window.open()支持环境: JavaScript1.0+/JScript1.0+/Nav2+/IE3+/Opera3+二、基本语法:window.open(pageURL,name,parameters) 其中:pageURL 为子窗口路径 name 为子窗口句柄 parameters 为窗口参数(各参数用逗号分隔
siruoxian
·
2010-10-26 09:00
html
IE
脚本
showModalDialog
使用详解
如:
showModalDialog
() (IE 4+ 支持) showModelessDialog() (IE 5+ 支持) window.
showModalDialog
()方
zkliqiang
·
2010-10-22 22:00
JavaScript
jquery
浏览器
IE
活动
showmodaldialog
缓存
window.
showModalDialog
会有缓存,导致第二次不进入pageload,解决方法:跟一个随机的参数: var time =new Date(); var iWidth=840; var
小枫之落
·
2010-10-22 16:00
showModalDialog
Window.
ShowModalDialog
使用手册
基本介绍:
showModalDialog
()(IE4+支持) showModelessDialog()(IE5+支持) window.
showModalDialog
()方法用来创建一个显示HTML内容的模态对话框
小枫之落
·
2010-10-21 15:00
flex 15秒超时
在项目中使用了ExternalInterface调一个js方法,方法里是window.
showModalDialog
....这是个阻塞方法,弹出个窗口一般都会超过15秒,我在flex中使用了try{}catch
hiphunter921
·
2010-10-20 15:00
Flex
脚本
Flash
解决window.
showModalDialog
在Firefox无法支持
貌似火狐3以上的版本能支持子窗口关闭后
showModalDialog
传值了,但我项目上一直不行,郁闷中,,解决方案 在一个父窗口中打开一个子窗口,并把子窗口的值传递给父窗口 在父窗口中:
yr512656630
·
2010-10-19 21:00
浏览器
IE
firefox
window.returnValue 和
showModalDialog
实现弹出有模式窗体
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml&q
ccq502849336
·
2010-10-13 15:00
html
XHTML
window.
showModalDialog
以及window.open用法简介
一、window.open()支持环境: JavaScript1.0+/JScript1.0+/Nav2+/IE3+/Opera3+二、基本语法:window.open(pageURL,name,parameters) 其中:pageURL 为子窗口路径 name 为子窗口句柄 parameters 为窗口参数(各参数用逗号分隔) 三、示例: 脚本运行后,page.html将在新窗体newwin
xue_feitian
·
2010-10-09 13:00
JavaScript
html
IE
文档
Parameters
工具
Window.
ShowModalDialog
使用手册
基本介绍:
showModalDialog
() &
sgl124764903
·
2010-10-08 16:00
html
IE
showModalDialog
关闭提示信息
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><title>Confirm Before Leave</title><script language="javascript" type=&qu
zuoshaobiao
·
2010-10-03 14:00
JavaScript
html
showModalDialog
和showModelessDialog使用心得
一、
showModalDialog
和showModelessDialog有什么不同?
showModalDialog
:被打开后就会始终保持输入焦点。除非对话框被关闭,否则用户无法切换到主窗口。
wsql
·
2010-10-03 10:00
JavaScript
.net
IE
showModalDialog
和showModelessDialog使用心得
一、
showModalDialog
和showModelessDialog有什么不同?
showModalDialog
:被打开后就会始终保持输入焦点。除非对话框被关闭,否则用户无法切换到主窗口。
javatoyou
·
2010-10-03 10:00
JavaScript
.net
IE
使用
showModalDialog
showModalDialog
Method Creates a modal dialog box that displays the specified HTML document
cooperay
·
2010-09-29 22:00
JavaScript
windows
css
Microsoft
chrome
showModalDialog
和showModelessDialog详细使用方法
一、
showModalDialog
和showModelessDialog有什么不同?
showModalDialog
:被打开后就会始终保持输入焦点。除非对话框被关闭,否则用户无法切换到主窗口。
youanyyou
·
2010-09-26 10:00
JavaScript
.net
IE
招聘
模式窗口小记
一.模式框的基本用法 1.用
showModalDialog
() <html > <SCRIPT LANGUAGE= "javascript "
jyangzi5
·
2010-09-25 12:00
JavaScript
jsp
.net
IE
[导入]
showModalDialog
参数详解|使用方法
[导入]
showModalDialog
参数详解|使用方法作者:王德田发表于2010-09-1711:40原文链接阅读:6评论:0基本介绍:
showModalDialog
() (IE
学习博客
·
2010-09-24 00:00
js模式对话框控制
如:
showModalDialog
() (IE 4+ 支持) showModelessDialog() (IE 5+ 支持) window.
showModalDialog
()方法用来创建
applechong
·
2010-09-19 09:00
JavaScript
.net
浏览器
活动
IE
IE报告“存储空间不足,无法完成此操作”的原因和解决方案
IE报告“存储空间不足,无法完成此操作”的原因 出错原因: 当用window.
showModalDialog
打开模态窗口时,模态窗口中的页面访问了 "navigator.userAgent
mbn
·
2010-09-17 16:00
windows
Microsoft
F#
IE
showModalDialog
,子页面修改信息,同时父页面刷新到最新数据
今天搞了2-3个钟头终于搞定了一个棘手的问题,其实也不是很难只是自己对js的了解有限,以至于没有发现这样的解决办法、 有一个页面a.action转向a.jsp,另一个子页面b.action转向b.jsp。假定:a.jsp有N列数据,可以修改,删除、我点击某一列修改按钮触发事件edit(); function edit(){ window.showModalDial
aokunsang
·
2010-09-17 15:00
jsp
Google
Flash
OO
showModalDialog
参数详解|使用方法
基本介绍:
showModalDialog
()
wangdetian168
·
2010-09-17 11:00
html
Blog
IE
showModalDialog
参数详解|使用方法
showModalDialog
参数详解|使用方法基本介绍:
showModalDialog
() (IE 4+ 支持) showModelessDialog(
学习博客
·
2010-09-17 11:00
showModalDialog
参数详解|使用方法
基本介绍:
showModalDialog
()
xuhongqin
·
2010-09-17 11:00
html
Blog
IE
showModalDialog
参数详解|使用方法
基本介绍:
showModalDialog
()
ningbo-seo
·
2010-09-17 11:00
html
IE
Blog
j将表格数据转换成Word、Excel
JavaScript 弹出询问窗口 var returnValue=
showModalDialog
("..
snowdymy
·
2010-09-16 09:00
JavaScript
jsp
Excel
J#
js中
showModalDialog
存在的跨域问题
测试成功例子: a.html: b.html:(如果b.html在本地) 这种情况下,b.html页面便可以获取到传递的参数;但是,如果b.html在其他机子上,如下所示: a.html调用b.html方式改变: 这种情况下b.html中就无法获取参数,这就是因为js的跨域问题所造成的。
liwen19840617
·
2010-09-10 15:00
function
object
测试
input
button
window.open与window.
showModalDialog
()
一、window.open()支持环境: JavaScript1.0+/JScript1.0+/Nav2+/IE3+/Opera3+二、基本语法:window.open(pageURL,name,parameters) 其中:pageURL 为子窗口路径 name 为子窗口句柄 parameters 为窗口参数(各参数用逗号分隔
chengyue2007
·
2010-09-09 09:00
html
脚本
IE
asp
window.
showModalDialog
模式对话框
基本介绍:
showModalDialog
()  
chengyue2007
·
2010-09-09 08:00
JavaScript
浏览器
IE
活动
JavaScript 模态窗口的使用及传值:window.
showModalDialog
和window.showModalessDialog
window.
showModalDialog
和window.showModalessDialog的区别仅仅是前者打开的是模态窗口,而后者打开的是非模态窗口,两个函数的用法是一模一
Eric6
·
2010-08-31 16:00
JavaScript
html
XHTML
dialog
button
features
showModalDialog
基本介绍:
showModalDialog
() (IE 4+ 支持) showModelessDialog() (IE 5+
mcqueen
·
2010-08-27 13:00
html
.net
IE
Blog
主题:window窗体对象open()和
showModalDialog
()用法
一、window.open()支持环境:JavaScript1.0+/JScript1.0+/Nav2+/IE3+/Opera3+二、基本语法:window.open(pageURL,name,parameters)其中:pageURL为子窗口路径name为子窗口句柄parameters为窗口参数(各参数用逗号分隔)三、示例:脚本运行后,page.html将在新窗体newwindow中打开,宽为1
hhucxyb
·
2010-08-27 10:00
js学习
window.opener.document.getElementById("theTextAreaId").value = value; 二、 retval = window.
showModalDialog
elaine0111
·
2010-08-26 14:00
jsp
window.
showModalDialog
window.showModalDialogwindow.showdialog完全手册,解决模态窗口,传值和返回值问题2009-08-2813:31基本介绍:
showModalDialog
()(IE4+
heting
·
2010-08-26 11:00
showModalDialog
()和showModelessDialog()的使用方法
阅读更多基本介绍:
showModalDialog
()(IE4+支持)showModelessDialog()(IE5+支持)window.
showModalDialog
()方法用来创建一个显示HTML内容的模态对话框
wiseboyloves
·
2010-08-24 23:00
IE
QQ
HTML
上一页
23
24
25
26
27
28
29
30
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他