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
JS动态添加
a.html functionopenWin(){
showModalDialog
(".
dacainiao007
·
2012-08-17 20:00
js弹出一个新窗口进行选择并且返回这个页面的值-
showModalDialog
a.html functionopenWin(){ /* * *window.
showModalDialog
(sURL,vArguments,sFeatures)建立模式对话框显示指定的文档
dacainiao007
·
2012-08-17 20:00
JavaScript
html
function
文档
input
button
JS中
showModalDialog
参数传递
父类:vark=window.
showModalDialog
("http://www.szsyhaf.com/call/product.php",window,"dialogWidth:630px;status
xiezhiyong3621
·
2012-08-17 15:00
Ajax
object
活动
文档
input
button
关于window.
showModalDialog
()返回值的学习
先介绍一个
showModaldialog
的基本用法 使用方法: vReturnValue = window.
showModalDialog
(URL [, Arguments] [,Features
yangbo1992
·
2012-08-17 12:00
JavaScript
关于window.
showModalDialog
()返回值的学习
先介绍一个
showModaldialog
的基本用法 使用方法: vReturnValue = window.
showModalDialog
(URL [, Arguments] [,Features
yangbo1992
·
2012-08-17 12:00
JavaScript
JS中
showModalDialog
详细使用
基本介绍:
showModalDialog
() (IE 4+ 支持) showModelessDialog() (IE 5+
yangbo1992
·
2012-08-17 11:00
JavaScript
JS中
showModalDialog
详细使用
基本介绍:
showModalDialog
() (IE 4+ 支持) showModelessDialog() (IE 5+
yangbo1992
·
2012-08-17 11:00
JavaScript
showModalDialog
()方法详解
基本介绍:
showModalDialog
()  
newerdragon
·
2012-08-15 10:00
JavaScript
window
showModalDialog
关于
showmodaldialog
的问题处理
< DOCTYPE html PUBLIC -WCDTD XHTML StrictEN httpwwwworgTRxhtmlDTDxhtml-strictdtd> 1、
showmodaldialog
·
2012-08-14 11:00
showModalDialog
showModalDialog
使用
例子一:父页面:functionqueryList(){ varwidth="860px"; varheight="660px"; varurl="postoperative.do?method=query"; url=url.replace("?","%3f"); url=url.replace(/\&/g,"%26"); url=url.replace(/\=/g,"%3d")
·
2012-08-09 08:00
function
object
null
url
query
scroll
javascript学习笔记—简单的动态选择收件人/联系人
varreturnValue=window.
showModalDialog
("联系人列表.html","联系人列表","dialogWidth:500px;dialogHeight:400px"); vartxt
a125138
·
2012-08-08 17:00
JavaScript
html
input
button
border
generator
Window.
ShowModalDialog
使用手册
阅读更多原文引自:http://www.cnblogs.com/wgale025/archive/2006/08/11/474407.html基本介绍:
showModalDialog
()(IE4+支持)
xuwoool
·
2012-08-08 14:00
showModalDialog
window.
showModalDialog
以及window.open用法简介
一、window.open()支持环境: JavaScript1.0+/JScript1.0+/Nav2+/IE3+/Opera3+二、基本语法:window.open(pageURL,name,parameters) 其中:pageURL 为子窗口路径 name 为子窗口句柄 parameters 为窗口参数(各参数用逗号分隔) 三、示例: 脚本运行后,page.html将在新窗体newwin
lccone
·
2012-08-08 13:00
JavaScript
html
IE
文档
Parameters
工具
父窗口获取子窗口的值
() { var _url = "${pageContext.request.contextPath}/son.jsp"; var rtnstr = window.
showModalDialog
0609xiaohua
·
2012-08-07 15:00
JavaScript
jsp
JavaScript中window.
showModalDialog
传递参数
1、在父窗口调用window.
showModalDialog
,并得到返回值 function uploadFile() { var url = ".
lengrenhanbing
·
2012-08-06 17:00
ztree 弹窗实例
最近项目中用到ztree弹窗选择,记录做法1.弹出窗 functionseldep(){ ret=window.
showModalDialog
('userselect.jsp?
你要爪子
·
2012-08-06 16:00
ztree
弹窗
JS中
showModalDialog
详细使用
基本介绍:
showModalDialog
()  
lengrenhanbing
·
2012-08-06 10:00
showModalDialog
window.open、window.
showModalDialog
和window.showModelessDialog 的区别
一、前言 要打开一个可以载入页面的子窗口有三种方法,分别是window.open、window.
showModalDialog
和window.showModelessDialog。
阿拉丁没有神灯
·
2012-08-06 00:00
window.
ShowModalDialog
与window.open的区别
火狐浏览器不支持
showModalDialog
(),但可以使用window.open()方法,属性中加上modal=yes,就可以实现和IE中
showModalDialog
()差不多的效果。
阿拉丁没有神灯
·
2012-08-06 00:00
showModalDialog
关于模态窗口
一. 1.模态窗口:打开后不可以操作父亲窗口 var returnValue=window.
showModalDialog
(url,Arguments,features); 2.非模态窗口
阿拉丁没有神灯
·
2012-08-05 23:00
模态窗口
模态窗口与非模态窗口
500px,width=760px'); 子页面刷新父页面代码为:window.opener.document.location.reload(); 2.模态窗口刷新 父页面打开子页面:window.
showModalDialog
阿拉丁没有神灯
·
2012-08-05 23:00
模态窗口
模态窗口的使用
一、
showModalDialog
和showModelessDialog有什么不同?
showModalDialog
:被打开后就会始终保持输入焦点。
mgxy123
·
2012-08-02 22:00
JavaScript
脚本
showModalDialog
模态窗口的使用
阅读更多一、
showModalDialog
和showModelessDialog有什么不同?
showModalDialog
:被打开后就会始终保持输入焦点。除非对话框被关闭,否则用户无法切换到主窗口。
mgxy123
·
2012-08-02 22:00
showmodaldialog
javascript
脚本
window窗体对象open()和
showModalDialog
()用法
一、window.open()支持环境: JavaScript1.0+/JScript1.0+/Nav2+/IE3+/Opera3+ 二、基本语法: window.open(pageURL,name,parameters) 其中: pageURL 为子窗口路径 name 为子窗口句柄 parameters 为窗口参数(各参数用逗号分隔)&
mgxy123
·
2012-08-02 22:00
模态窗口
window窗体对象open()和
showModalDialog
()用法
阅读更多一、window.open()支持环境:JavaScript1.0+/JScript1.0+/Nav2+/IE3+/Opera3+二、基本语法:window.open(pageURL,name,parameters)其中:pageURL为子窗口路径name为子窗口句柄parameters为窗口参数(各参数用逗号分隔)三、示例:脚本运行后,page.html将在新窗体newwindow中打开
mgxy123
·
2012-08-02 22:00
模态窗口
页面弹出模态窗口showModelDialog,关闭窗口刷新父页面
页面弹出模态窗口:1.原页面使用以下方法弹出模态窗口,并通过模态窗口返回的win值刷新页面: varwin=window.
showModalDialog
(url,window,"dialogWidth
jackwumengfeng
·
2012-07-31 08:00
showModalDialog
改进版,包括Chrome下的特殊处理
继了解了上篇文章(http://blog.csdn.net/tegwy/article/details/7735814)后对以前
showModalDialog
脚本做相关改进。
tegwy
·
2012-07-20 16:00
function
IE
chrome
脚本
null
模态窗口下,form提交时会打开新窗口的解决办法
sheight+"px;dialogWidth:"+ swidth +"px;status:yes;scroll:yes;resizable:yes;center:yes;"; window.
showModalDialog
ashin1987
·
2012-07-19 19:21
form
提交
新窗口
模态窗口
js模态对话框
showModalDialog
与非模态对话框showModelessDialog
在js中要用到弹出框是很常见的事,一般我们只是弹出个警告,提示,用alert就可以了;如果涉及到输入值,可能要用到confirm,prompt。但是这还不够,如果弹出的页面需要是一个定制的页面,即弹出y一个html,那怎么办呢?一般,大家很快想到window.open,是吧?但是这个函数有个问题,我想让弹出的页面是一个新的窗口,悬浮在原先的页面上。这个函数是做不到的,现在的浏览器很多页面时想选项
lushuaiyin
·
2012-07-16 13:00
jquery
function
Class
input
dialog
button
js模式对话框
如:
showModalDialog
()(IE4+支持)showModelessDialog()(IE5+支持) window.
showModalDialog
()方法用来创建一个显示HTML内容的模态对话框
lushuaiyin
·
2012-07-13 11:00
JavaScript
html
iframe
IE
input
button
模态对话框:
showModalDialog
()子窗口刷新父窗口
今天再次使用
showModalDialog
(),发现了两个问题,一是子窗口如何刷新父窗口,二是窗口的参数问题。
qsfwy
·
2012-07-11 16:00
showModalDialog
Chrome不支持
showModalDialog
模态对话框和无法返回returnValue的问题
在chrome浏览器下
showModalDialog
方法显示的并不是模态对话框,就像新打开一个页面一样,父窗口仍然可以随意获取焦点,并可以打开多个窗体,而且返回值returnValue也无法返回,一直是
tegwy
·
2012-07-11 11:00
浏览器
chrome
测试
Opera
firefox
Safari
showModalDialog
的简单应用
准备两个页面,一是弹窗的页面,一个是接收的页面 在线消息 window.onload=function() { varobj=window.dialogArguments;//用来接收上个页面传过来的值 document.getElementById('ti').value=obj.name; } functiondis() { window.returnValue=fal
molaifeng
·
2012-07-06 23:00
window.
showModalDialog
用法
一、新建一个父窗体的页面ParentWeb.aspx 2 3 4 5 父窗体----学生信息录入 6 7 //打开新的子窗体 8 function Open
wangangie36
·
2012-07-05 20:00
window.
showModalDialog
与window.open传递参数的不同?
简单的说,就是一个在弹出窗口之后可以做其它的事,即window.open 另一个在弹出窗口之后不能做其它的事,只能是关闭了当前的窗口之后才能做其它的事,即window.
showModalDialog
hgfghe
·
2012-07-05 20:00
returnValue的含义及用法
returnValue的含义returnValue是javascript中html的window对象的属性,目的是返回窗口值,当用window.
showModalDialog
函数打开一个IE的模式窗口(
xingxing513234072
·
2012-07-05 14:00
JS 弹出登陆框窗口,关闭窗口之后,使原来的窗口打开新的JSP
过程: 使用
showModalDialog
实现第一个点: window.
showModalDialog
('page/login.jsp','','dialogLeft:'+StartX+';dialo
NBA_2011
·
2012-07-01 19:00
jsp
url
menu
showModalDialog
和dialogArguments
()(IE4+支持)showModelessDialog()(IE5+支持)window.
showModalDialog
()方法用来创建一个显示HTML内容的模态对话框。
yangbobo1992
·
2012-06-29 16:00
showModalDialog
取得父窗口的方法
在此也向前辈们致敬 现在系统的开发效果越做越好,各种div的弹出层效果被各个系统采纳 而我们的系统采用的比较老的
showModalDialog
方式,今天在应用的时候发现子页面掉用父页面的方法。
大狗熊
·
2012-06-28 17:00
window.
showModalDialog
以及window.open用法简介
转自http://www.cnblogs.com/zhangyi85/archive/2009/09/03/1559594.html一、window.open()支持环境: JavaScript1.0+/JScript1.0+/Nav2+/IE3+/Opera3+二、基本语法:window.open(pageURL,name,parameters) 其中:pageURL 为子窗口路径 name 为
·
2012-06-26 15:00
window.
showModalDialog
刷新父窗口 父子窗口之间传值 问题
第一个问题:刷新父窗口(没有传值操作) 父页面打开时一定要传window参数 openModalDialog("son.html",window,800,600); 子页面中刷新: window.dialogArguments.location="p
ihyperwin
·
2012-06-21 15:00
window.
showModalDialog
与window.open的用法
一、window.open()支持环境: JavaScript1. 0 +/ JScript1. 0 +/ Nav2 +/ IE3 +/ Opera3 + 二、基本语法: window.open(pageURL,name,parameters) 其中: pageURL 为子窗口路径 name 为子窗口句柄 parameters&n
xinklabi
·
2012-06-21 14:00
弹出页面代码
JS中
showModalDialog
详细使用基本介绍:
showModalDialog
() (IE4+支持) showModelessDialog()
nanshan_hzq
·
2012-06-20 15:00
JavaScript
html
object
IE
button
scroll
ShowModalDialog
常见的几个问题——表单提交、传值、反馈
ShowModalDialog
常见的几个问题——表单提交、传值、反馈
ShowModalDialog
常见的几个问题 文中涉及的三个页面:main.htm、form.html、target.html
keron
·
2012-06-19 12:00
showModalDialog
获取javascript window.open/window.
showModalDialog
的传递值和返回值
在window.open打开的窗口中获取相应的传递值使用window.dialogArguments,而获取window.open返回的结果值使用权window.returnValue,举例如下: 如varretValue=window.open("cc.html","width=129px,height=134px"); varretValue =windowj.showM
fycghy0803
·
2012-06-14 16:00
关于SP.UI.ModalDialog.
showModalDialog
()的使用
SharePoint2010引入了全新的对话框框架,它可以帮助用户在不需要离开当前页面的情况下浏览相关的页面在客户端Javascript对象模型中的SP.UI.ModalDialog类提供了对话框框架的定义可是我自己定义了一个.aspx的文件,并没有继承sharepoint的母板页,问题也就发生了,js出现错误,提示: 搞了好久,查了好些资料,加上这两句就OK了搞定,收工。
flywei2012
·
2012-06-08 16:00
showModalDialog
缓存
阅读更多JS使用
showModalDialog
展示窗口时,会出现页面缓存,无法刷新的现象。解决的关键是模式窗口请求的URL参数是否变化。
wangin1013
·
2012-06-07 13:00
showModalDialog
缓存
JS使用
showModalDialog
展示窗口时,会出现页面缓存,无法刷新的现象。 解决的关键是模式窗口请求的URL参数是否变化。
wangin1013
·
2012-06-07 13:00
showModalDialog
模式窗口常见问题解决。
一、前言 要打开一个可以载入页面的子窗口有三种方法,分别是window.open、window.
showModalDialog
和window.showModelessDialog。
刘培_Study
·
2012-06-06 14:00
模式窗口
showModalDialog
传值
解决方案就是利用
showModalDialog
与json进行传值父页面在点击按钮调用下面的js方法。
jiudihanbing
·
2012-05-30 09:00
上一页
16
17
18
19
20
21
22
23
下一页
按字母分类:
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
其他