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模式窗口
--
showModalDialog
('http://www.jscode.cn','example04','dialogWidth:400px;dialogHeight:300px;dialogLeft
thinktothings
·
2011-01-12 10:00
JavaScript
html
window.open实现模式窗口
window.
showModalDialog
以及window.open。
wangyi529
·
2011-01-08 09:00
html
浏览器
IE
window.open实现模式窗口
window.
showModalDialog
以及window.open。
wangyi529
·
2011-01-08 09:00
html
浏览器
IE
js打开窗体
//备注:
showModalDialog
打开窗口后,里面的按钮:asp:button数据会刷新(也就是会再开一次窗口)functionopenWindow(rowID){varresult=false;
pengshumin89
·
2011-01-06 11:00
window.
showModalDialog
的详细介绍
1.模式对话框父窗口 弹出模式对话框 代码如下 Java代码 1.window.
showModalDialog
(url,window, 2. 3.
lixw188
·
2011-01-05 23:00
html
jsp
框架
浏览器
window.returnValue和
showModalDialog
实现弹出有模式窗体
returnValue是javascript中html的window对象的属性,目的是返回窗口值,当用window.
showModalDialog
函数打开一个IE的模式窗口(模式窗口知道吧
lixw188
·
2011-01-05 22:00
JavaScript
html
XHTML
IE
用
showModalDialog
弹出页面后,提交表单总是弹出一个新窗口
用
showModalDialog
弹出页面后,提交表单总是弹出一个新窗口,其实解决方法很简单如下。
af8991
·
2011-01-05 15:00
showModalDialog
用
showModalDialog
弹出页面后,提交表单总是弹出一个新窗口
用
showModalDialog
弹出页面后,提交表单总是弹出一个新窗口,其实解决方法很简单如下。
af8991
·
2011-01-05 15:00
showModalDialog
Js 弹出框口并返回值的两种常用方法
1.window.
showModalDialog
(url,args,dialogattrs)参数说明:url:弹出页面地址agrs:主窗口传给对话框的参数,可以是任意类型(数组也可以)dialogattrs
·
2010-12-30 22:00
框架页,window.
showModalDialog
两种获取弹出窗口的传回值的方式
1、框架页获取弹出窗口的传回值vardoc=window.parent;//获取父窗口documentvardoc2=doc.frames("frm_piclist") ///frm_piclist框架documentvardiv1=doc2.getElementById("元素ID");//获取元素div1.innerHTML="t";框架间传值。你只需知道以下两点:访问父框架:window.p
sollion
·
2010-12-30 17:00
框架
div
window.
showModalDialog
和window.open关闭子页面时刷新父页面【转】
window.open 弹出新窗口的命令; 'page.html' 弹出窗口的文件名; 'newwindow' 弹出窗口的名字(不是文件名),非必须,可用空''代替; height=100 窗口高度; width=400 窗口宽度; top=0 窗口距离屏幕上方的象素值; left=0 窗口距离屏幕左侧的象素值; to
sd8089730
·
2010-12-30 14:00
JavaScript
html
cache
WebBrowser弹出窗口之(二)––
showModalDialog
( ) & showModelessDialog( )
showModalDialog
并不创建新的浏览器窗口,也不创建新的浏览器对象,而是在WebBrowser的同一个线程中创建的窗口,而showModelessDialog()则是在新的线程中创建的窗口,所以处理方式不相同
Nocky
·
2010-12-28 21:00
String
null
buffer
internet
keyboard
WebBrowser
showModalDialog
参数详细说明
使用
showModalDialog
显示数据,因为缓存的原因,有时候数据不会立即更新,所以需要在HTML页面的Head标签内添加使网页过期的语句,这样才能使
showModalDialog
数据能够得到及时的更新
Yarhhome
·
2010-12-27 14:00
html
浏览器
IE
常用js代码
window.location.href=document.referrer; 返回上一页不刷新:window.history.go(-1); 弹出模式窗口,并返回值给父窗口接收: 父窗口中JS代码如下: var result=
showModalDialog
zhy584520
·
2010-12-26 15:00
JavaScript
Go
showModalDialog
参数使用详解以及窗口自适应屏幕宽度(IE版本问题)
showModalDialog
:模式窗口, 一种很特别的窗口,当它打开时,后面的父窗口的活动会停止,除非当前的模式子窗口关闭了,才能操作父窗口.在做网页Ajax开发时,我们应该有时会用到它来实现表单的填写
java_pengjin
·
2010-12-23 12:00
windows
object
IE
button
internet
scroll
总结JavaScript(Iframe、window.open、window.
showModalDialog
)父窗口与子窗口之间的操作
【转】总结JavaScript(Iframe、window.open、window.
showModalDialog
)父窗口与子窗口之间的操作前些日子,一直奔波于这三种操作,想想以后会常用,干脆整理下来,
悟心
·
2010-12-21 17:00
在
showModalDialog
和showModelessDialog中提交form时不弹出新窗口
在
showModalDialog
和showModelessDialog中提交form时不弹出新窗口 方法一:在弹出的页面head部分加上,同时设置form的target="";方法二:通过javascript
myrocket163
·
2010-12-20 16:54
form
职场
新窗口
休闲
子窗口、父窗口
父窗口打开子窗口常用的方法有 window.open('url',window/'','properties'), window.
showModalDialog
('url',window,'properties
sric08
·
2010-12-20 10:00
窗口
Window.
ShowModalDialog
使用手册
基本介绍:
showModalDialog
() (IE 4+ 支持) showModelessDialog()
mmmzzc
·
2010-12-19 16:00
JavaScript
html
IE
showModalDialog
页面跳转解决办法
最近做项目,发现IE7及其以上window.open弹出的不是一个框而是一个页面,这个无疑是个悲剧,只有用
showModalDialog
了。
还有也许
·
2010-12-17 17:00
html
javaScript获取弹出窗体的返回值
1.
showModalDialog
參數說明: vReturnValue = window.
showModalDialog
(sURL [, vArguments] [,sFeatures])  
xiongzhenhui
·
2010-12-17 15:00
JavaScript
模态窗口返回值
下面先说说window.
showModalDialog
的基本用法
showModalDialog
() (IE 4+ 支持)showModelessDialog() (IE 5+ 支持)window.
showModalDialog
foxxiao
·
2010-12-14 17:00
JavaScript
框架
IE
asp.net
asp
showModalDialog
刷新父窗口
window.
showModalDialog
传值并刷新父窗口示例,father.html <!
marb
·
2010-12-13 16:00
JavaScript
html
转】 window.open和window.
showModalDialog
用法
转载自 liuduohello 最终编辑 liuduohello window.open和window.
showModalDialog
用法 2008/06/18 14:16
ml365
·
2010-12-12 16:00
html
脚本
IE
asp
JQuery.JCShare 0.2 发布(加入弹窗功能)
的名字纯属是自己的英文名和老婆的英文名第一个字母,并无其他含义:)弹窗的属性:popupModel有3个值,分别为:window:弹窗(window.open)link:链接方式showdialog:模态对话框(window.
showModalDialog
·
2010-12-09 21:00
jquery
showModalDialog
方式实现弹出三个按钮对话框
触发页面 //生成弹出窗口functionchangeAlert(){varresult=window.
showModalDialog
("/pages/jsp/dialog.html","","dialogHeight
java_pengjin
·
2010-12-09 17:00
html
function
Class
input
button
BT
防止任何在模态对话框中回发服务器的操作都会再开一个新页
父窗口中用
showModalDialog
()打开一个aspx页面为了消除缓存,已在模态对话框的head标签中加入
·
2010-12-09 15:00
模态对话框
window.
showModalDialog
中的按钮会自动打开新窗口
例子: function GoAddPP() { var url = "FRMAddPP.aspx";
Yarhhome
·
2010-12-08 14:00
写js时遇到的一些小问题
例如:复制代码代码如下:2、window.
showModalDialog
()方式打开新窗口中,如果其中包含js编辑器或者其他第三方编辑器时,会出现不能编辑的情况,连选中都不行;至今我还没找到比较好的解决办法
·
2010-12-06 22:03
showModalDialog
用法
showModalDialog
用法 一、
showModalDialog
和showModelessDialog有什么不同?
showModalDialog
:被打开后就会始终保持输入焦点。
anminer
·
2010-12-06 22:00
JavaScript
html
脚本
IE
活动
模态框提交表单不打开新页面的解决方法
用window.open方法打开页面是很慢的但是用window.
showModalDialog
快很多但是遇到一个问题,提交表单的时候,重新给我open了一个页面出来然后一阵百度Google然后得到如下解决方案
javalover_yao
·
2010-12-06 15:00
Google
百度
action
JSP以Window形式打开刷新父页面
以window.
showModalDialog
形式: 要是带了分页和搜索的话必需在前面加上<base target="_self" />,要不然会单独弹出一个页面。
ware
·
2010-12-06 14:00
jsp
showModalDialog
()子窗口刷新父窗口
nbsp; 如果是window.open();问题就好办,直接用window.opener.location.reload();就搞定了 但是如果是window.
showModalDialog
ware
·
2010-12-06 14:00
showModalDialog
关于
showModalDialog
的使用
window.
showModalDialog
("param","title","dialogWidth:400px;dialogHeight:400px;scroll:no;status:no");在当前窗口打开对话框
limon87
·
2010-12-06 11:00
showModalDialog
笔记手册
Window.
ShowModalDialog
使用手册 转自: http://www.cnblogs.com/wgale025/archive/2006/08/11/474407.html 基本介绍
zhl0475
·
2010-12-06 11:00
JavaScript
html
IE
F#
prototype
window.open方式模拟confirm弹出三个按钮对话框
比较常见的是window.
showModalDialog
(),这种方法有很多局限性,比如窗口之间的通信不方便,只在ie下有效等。如果采用window.open()
java_pengjin
·
2010-12-03 10:00
JavaScript
html
function
input
button
border
showModalDialog
的用法
通过window.
showModalDialog
(url, obj, arg)进行调用,常见的调用方式如下: window.
showModalDialog
(地址, self, "dialogHeight
wbw3wbw
·
2010-12-01 10:00
jsp
浏览器
用window.
showModalDialog
()打开一个新窗口,但是提交的时候会打开一个新页面解决办法
几种方法:1、:在
showModalDialog
的页面中HTML,HEAD中间加上2、showmodel出来一个框架页面,实际需要的页面在其中一个框架。
plean
·
2010-11-26 15:00
html
框架
iframe
window.returnValue和
showModalDialog
实现弹出有模式窗体
returnValue是javascript中html的window对象的属性,目的是返回窗口值,当用window.
showModalDialog
函数打开一个IE的模式窗口(模式窗口知道吧,就是打开后不能操作父窗口
J-Stone
·
2010-11-25 13:00
JavaScript
html
IE
JS关于刷新父页面例子
javascript 弹出页面点击确定,刷新父页面 仔细分析学习: a.htm <input type=button onclick="window.
showModalDialog
bjyzxxds
·
2010-11-20 09:00
JavaScript
html
框架
PHP
Blog
JS关于刷新父页面例子
javascript 弹出页面点击确定,刷新父页面 仔细分析学习: a.htm <input type=button onclick="window.
showModalDialog
bjyzxxds
·
2010-11-20 09:00
JavaScript
html
框架
PHP
Blog
浅析IE弹出窗口之session的控制
最近碰到一个问题,在
showModalDialog
打开的模态窗口中,再open一个新窗口,会出现session丢失。
lsunwing
·
2010-11-19 21:00
session
object
IE
测试
IIS
微软
点滴积累
1、
showModalDialog
弹出框分页问题,点击下一页弹出一个新窗口(IE8,其他浏览器未测试) 解决方法:在弹出的页面html里需要加上<base target="
不复记忆
·
2010-11-18 16:00
html
jquery
浏览器
prototype
window.open 与 window.showModelDialog
常用弹出窗口-window.
showModalDialog
与window.open 用法 文章分类:Web前端 windows.open()用法简介 一、window.open()支持环境: JavaScript1.0
一林星辰
·
2010-11-18 10:00
html
UI
Web
windows
IE
ShowModalDialog
的心得.刷新本页面,设置高度
阅读更多1.刷新本页面在body里写一个A链接.然后在javascript中使用click()调用.注意:在头部加上:,如果有使用WdatePicker日期控件,请加到日期控件的JS后面.引用第一步:加上(有日期控件一定加在日期控件后面,不然IE6会报错)引用第二步:写一个链接.引用第三步:在JS处调用这个,至于需要在哪个地方调用自己放.newPage.click();2.ShowModalDia
com_zyq
·
2010-11-12 09:00
IE
浏览器
JavaScript
ShowModalDialog
的心得.刷新本页面,设置高度
1.刷新本页面 在body里写一个A链接. 然后在javascript中使用click()调用. 注意:在头部加上:<base target="_self" />,如果有使用WdatePicker日期控件, 请加到日期控件的JS后面. 引用 第一步: 加上 <base target="_self" />&
com_zyq
·
2010-11-12 09:00
JavaScript
浏览器
IE
showModalDialog
取得父窗口
通常使用window.open的方式开启新窗口的话 要取得父窗口的控件,可以用window.opener来取得父窗口 然而如果使用
showModalDialog
的话...却无效 如果有需要的话,需要修改开启的语法以及
fengpy2009
·
2010-11-11 13:00
jsp
【转】使用selenium测试
showModalDialog
模态对话框
使用selenium测试
showModalDialog
模态对话框转自http://ronghao.javaeye.com/blog/434092 关键字:seleniumshowmodaldialogSelenium
strawbingo
·
2010-11-11 13:00
java
function
String
测试
selenium
button
ShowModalDialog
与window.open的区别
一、
ShowModalDialog
函数、改变模态窗口大小
ShowModalDialog
函数的功能: 打开一个子窗口,并且可与父窗口相互传递数据,它与window.open的最大区别就在于由
ShowModalDialog
robert_liu
·
2010-11-11 11:00
JavaScript
html
模式对话框画面自提交后,dialogArguments丢失的问题(Firefox)
要求在模式对话框画面能 单次动态操作主画面内容可以通过window.returnValue来实现 多次动态操作主画面内容可以通过传递主画面的函数到弹出页面来实现 Firefox下window.
showModalDialog
desert3
·
2010-11-11 11:00
JavaScript
windows
浏览器
IE
firefox
上一页
22
23
24
25
26
27
28
29
下一页
按字母分类:
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
其他