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 打开新窗口
1.window.
showModalDialog
(url,args,dialogattrs) 2.open(URLStr, 'popUpWin', 'toolbar=no,location=no,
peachtao
·
2010-04-09 15:00
js
showModalDialog
的用法
打开窗口:Code:var handle = window.
showModalDialog
(url, objects, feathers);其中:objects可以为参数(包括数组),也可以是对象。
High_Mount
·
2010-04-08 21:00
Date
String
header
url
asp
引用值与对文本的规范要求(正则表达式)
/Product/Product_Windows.aspx"; varresult=window.
showModalDialog
(url,'dialogWidth:590px;status
dingliqin
·
2010-04-07 19:00
正则表达式
function
null
url
showModalDialog
/showModelessDialog实例,父窗口向子窗口传递值,子窗口设置父窗口的值
下面是
showModalDialog
/showModelessDialog使用例子,父窗口向子窗口传递值,子窗口设置父窗口的值,子窗口关闭的时候返回值到父窗口.关闭刷新父窗口,希望对象大家有所帮助.
zhihua
·
2010-04-07 14:00
JavaScript
html
cache
asp.net
asp
showModalDialog
显示全屏
varSelString=window.
showModalDialog
(url,window,'dialogTop:0;dialogWidth:'+(window.screen.availWidth)+
a9529lty
·
2010-04-07 12:00
url
模式对话框使用
1,弹出模式对话框 window.
showModalDialog
(url,self,'dialogHeight=520px;dialogWidth=800px;center=yes;resizable
comelyyyjj
·
2010-04-06 16:00
JavaScript
html
JavaScript 弹出窗体点击按钮返回选择数据的实现
首先是父页面的代码:复制代码代码如下:无标题页functionopenDia(){varreturned=window.
showModalDialog
("Default4.aspx?"
·
2010-04-01 20:23
模式窗口
showModalDialog
的用法总结
打开窗口: var handle = window.
showModalDialog
(url, objects, feathers); 其中:objects可以为参数(包括数组),也可以是对象
心动音符
·
2010-04-01 15:00
java
PHP
jsp
cache
asp
弹出模态窗体并接受传值
functionshows(zwbh){ varsUrl=window.
showModalDialog
('zlzx_edit.asp?
li_ser
·
2010-03-31 09:00
function
父子页面相互调用总结
四种方式 一般情况下,我们可以使用iframe、window的open、
showModalDialog
、showModelessDialog
block
·
2010-03-26 20:00
html
IE
window.open 与 window.showModelDialog
常用弹出窗口-window.
showModalDialog
与window.open 用法 文章分类:Web前端 windows.open()用法简介 一、window.open()支持环境: JavaScript1.0
jinkingmanager
·
2010-03-26 16:00
html
windows
Web
UI
IE
总结JavaScript(Iframe、window.open、window.
showModalDialog
)父窗口与子窗口之间的操作
前些日子,一直奔波于这三种操作,想想以后会常用,干脆整理下来,供自己以后查看。也给大家分享一下! 以下面写出自己认为有用的操作和代码。 第一次在园里面写,肯定有很多不足够之处,希望大家多多指点。 一、Ifra
flyzhouke
·
2010-03-26 13:00
JavaScript
windows
IE
Microsoft
firefox
JavaScript
showModalDialog
用法
window.
showModalDialog
(URL,dialogArgments.features)打开一个新窗口URL为要开启的网页名字。
陈招林
·
2010-03-24 17:00
window.
showModalDialog
使用手册
基本介绍:
showModalDialog
() (IE 4+ 支持)showModelessDialog() (IE 5+ 支持)window.
showModalDialog
()方法用来创建一个显示HTML
陈招林
·
2010-03-24 17:00
window.
showModalDialog
()子窗体传值给父窗体
//在子窗体里使用Struts2标签//也可在子窗体里使用123//window.
showModalDialog
()有严重的缓存问题需要在"url?
lansky54
·
2010-03-23 04:00
Window.
ShowModalDialog
的参数问题(父窗体向子窗体传值)
基本介绍:
showModalDialog
() &
cai555
·
2010-03-22 12:00
html
IE
Window.
ShowModalDialog
的参数问题(父窗体向子窗体传值)
基本介绍:
showModalDialog
() &
cai555
·
2010-03-22 12:00
html
IE
Window.
ShowModalDialog
的参数问题(父窗体向子窗体传值)
基本介绍:
showModalDialog
() &
cai555
·
2010-03-22 12:00
html
IE
父子页面之间传值 js
showModalDialog
returnValue
" onclick="getData()" value="上传照片"/> function getData(){ t = window.
showModalDialog
xiaonu_1225
·
2010-03-22 11:00
html
jsp
window.
showModalDialog
的使用
父窗口 var a = window.
showModalDialog
('D:/bb.jsp',window,'dialogWidth:1000px;dialogHeight:500px;status
q272156430
·
2010-03-20 11:00
jsp
Opener,parent,top,self等窗体属性的比较
parent,top,self等窗体属性的比较1.Opener:获取创建本窗口的窗口的引用,不在本窗口的对象层次体系中只能在用window.open打开的页面中窗口中可以访问到opener属性,而对于用
showModalDialog
黑咖啡
·
2010-03-18 15:00
关于关闭子窗口刷新父窗口问题
点击关闭后刷新父页面的方式:在子页面中: window.onunload = function(){ window.opener.location.reload(); } -使用
showModalDialog
lzh166
·
2010-03-15 21:00
JavaScript
html
使用模态窗体函数
showmodaldialog
(url,args)的返回值
之前好像一直只是简单的使用模态窗体函数打开一个一个窗体,然后关闭,至于它的返回值,一直没用过,但现在需要用到了,所以在解决了这个问题之后,也总结一下,希望给予那些遇到同样问题的朋友一个思路,高手看过之后,也可以提提意见。我想实现如下的效果 在一个数据显示页面,点击查询按钮,弹出一个窗体,写入查询条件后,点击查询,父页面数据显示页面显示符合条件的数据。 关键是如何把打开的窗体页面查询条件返回到父页
MYT_1
·
2010-03-12 15:00
server
url
showModalDialog
打开
showModalDialog
设置_self无效
很多TX在开发过程中会用到
showModalDialog
,今天我说下自己在开发过程中碰到的问题: 1、如果直接通过
showModalDialog
弹出窗体,如果关闭子窗口需要刷新父窗口,在子窗体head
yipbxx
·
2010-03-11 13:00
html
C++
c
C#
showModalDialog
回发后打开新页面
在asp.net页面中使用
showModalDialog
弹出模态页面,当弹出页面中有控件引起回发,就会又打开一个普通的
showModalDialog
指定的页面。
isiqi
·
2010-03-11 10:00
.net
Web
IE
asp.net
asp
javascript
showModalDialog
,open取得父窗口的方法
通常使用window.open的方式开启新窗口的话要取得父窗口的控件,可以用window.opener来取得父窗口然而如果使用
showModalDialog
的话...却无效如果有需要的话,需要修改开启的语法以及
·
2010-03-10 20:37
如何子窗口刷新父窗口
子窗口刷新父窗口的情况,如果是window.open(),那么直接用window.opener.location.reload(),如果是window.
showModalDialog
(),它里面是没有window.opener
james219
·
2010-03-10 18:00
.net
Blog
ShowModalDialog
与window.open的区别
function goToURL(url,args,self){ if(self=="0"){ //本页打开 window.location = url+args; }if(self=="1"){ //新页打开 window.open(url+args); } } <a href="#&q
hudeyong926
·
2010-03-10 10:00
JavaScript
html
脚本
弹出框窗口的父窗口的获取
通常使用window.open的方式开启新窗口的话要取得父窗口的控件,可以用window.opener来取得父窗口 然而如果使用
showModalDialog
的话...却无效如果有需要的话,需要修改开启的语法以及
快乐绿茶
·
2010-03-08 17:00
html
C# 从弹出页面得到返回值
Default.aspx functionpop(){ vararr=
showModalDialog
("pop.html","","dialogWidth:50em;dialogHeight
jammeswang
·
2010-03-08 14:26
返回值
C#
职场
休闲
C# 从弹出页面得到返回值
Default.aspx functionpop(){ vararr=
showModalDialog
("pop.html","","dialogWidth:50em;dialogHeight
jammeswang
·
2010-03-08 14:26
返回值
C#
职场
休闲
window.
showModalDialog
与window.open全屏显示
function winModalFullScreen(strURL) { var sheight = screen.height-70; var swidth = screen.width-10; var winoption ="dialogHeight:"+sheight+"px;dialogWidth:"+ swidth +"px;s
hanahmilyNan
·
2010-03-05 11:00
总结JavaScript(Iframe、window.open、window.
showModalDialog
)父窗口与子窗口之间的操作
一、Iframe 篇 //&&&&&&&&&&&&&&&&&&&&公共方法开始&&&&&&&&&&&&&&&//父对象得到子窗口的值//ObjectID是窗口标识,ContentID是元素IDfunctionGetValue(ObjectID,ContentID){ varIsIE=(navigator.appName=='MicrosoftInternetExplorer')
yjlwl1213
·
2010-03-04 09:00
JavaScript
function
iframe
Microsoft
firefox
internet
showModalDialog
()、showModelessDialog()方法使用详解
如:
showModalDialog
()(IE4+支持)showModelessDialog()(IE5+支持) window.
showModalDialog
()方法用来创建一个显示HTML内容的模态对话框
·
2010-02-26 12:00
showModalDialog
showModalDialog
使用
&n
leo1211
·
2010-02-25 13:00
JavaScript
html
Ajax
IE
firefox
window.
showModalDialog
的基本用法与使用技巧
阅读更多window.
showModalDialog
的基本用法
showModalDialog
()(IE4+支持)showModelessDialog()(IE5+支持)window.
showModalDialog
yfy236
·
2010-02-24 17:00
IE
ASP
JavaScript
框架
window.
showModalDialog
模式对话框 和 window.open
Java代码 window.
showModalDialog
(url,window, "help
spiritfrog
·
2010-02-21 10:00
jsp
框架
浏览器
window.
showModalDialog
模式对话框 和 window.open
Java代码 window.
showModalDialog
(url,window, "help
spiritfrog
·
2010-02-21 10:00
jsp
框架
浏览器
window.
showModalDialog
模式对话框 和 window.open
Java代码 window.
showModalDialog
(url,window, "help
spiritfrog
·
2010-02-21 10:00
jsp
框架
浏览器
window.
showModalDialog
模式对话框 和 window.open
Java代码 window.
showModalDialog
(url,window, "help
spiritfrog
·
2010-02-21 10:00
jsp
框架
浏览器
window.
showModalDialog
模式对话框 和 window.open
Java代码 window.
showModalDialog
(url,window, "help
spiritfrog
·
2010-02-21 10:00
框架
jsp
浏览器
window.
showModalDialog
模式对话框和 window.open的区别
一.模式对话框父窗口 弹出模式对话框 代码如下: window.
showModalDialog
(url,window,"help:no;scroll:no;resizable:no;
shawnfree
·
2010-02-20 09:00
JavaScript
html
showModalDialog
session 丢失[转]
在使用
showModalDialog
时会经常出现Session失效的问题,尤其是在这样的使用情况下: 首先window.
showModalDialog
,然后执行任何的创建新窗口有关的操作,比如<
jspine
·
2010-02-10 18:00
showModalDialog
showModalDialog
session 丢失[转]
在使用
showModalDialog
时会经常出现Session失效的问题,尤其是在这样的使用情况下: 首先window.
showModalDialog
,然后执行任何的创建新窗口有关的操作,比如<
jspine
·
2010-02-10 18:00
showModalDialog
showModalDialog
showModalDialog
和 showModelessDialog使用心得 一、
showModalDialog
和 showModelessDialog有什么不同?
woshiwenzi
·
2010-02-10 11:00
JavaScript
.net
IE
window.
showModalDialog
模式对话框 和 window.open的区别
1.模式对话框父窗口 弹出模式对话框 代码如下 window.
showModalDialog
(url,window, "help:no;scroll:no;resizable:no;
nenyalanye_1
·
2010-02-06 12:00
html
框架
浏览器
在使用CHtmlView的程序中处理NewWindow3和
ShowModalDialog
截至MFC9.0(VisualStudio2008)Beta1版本为止CHtmlView还不支持WindowsXPSP2中IE新增的NewWindow3事件,但是在atlmfc/src/viewhtml.cpp源代码里面已经有了其他事件的处理代码,要加上NewWindow3的支持也很简单。添加下面几行到你对CHtmlView的派生类的声明内(在此示例中姑且名为CHtmlViewTestView)v
lewutian
·
2010-02-05 14:00
在使用CHtmlView的程序中处理NewWindow3和
ShowModalDialog
截至MFC 9.0(Visual Studio 2008)Beta1版本为止CHtmlView还不支持Windows XP SP2中IE新增的NewWindow3事件,但是在atlmfc/src/viewhtml.cpp源代码里面已经有了其他事件的处理代码,要加上NewWindow3的支持也很简单。 添加下面几行到你对CHtmlView的派生类的声明内 (在此示例中姑且名为CHtmlViewTe
BlogDown
·
2010-02-05 14:00
showModalDialog
showModalDialog
参数使用详解
showModalDialog
:模式窗口, 一种很特别的窗口,当它打开时,后面的父窗口的活动会停止,除非当前的模式子窗口关闭了, 才能操作父窗口.在做网页Ajax开发时,我们应该有时会用到它来实现表单的填写
qsfwy
·
2010-02-04 19:00
Ajax
活动
window.
showModalDialog
缓存问题解决
阅读更多window.
showModalDialog
会有缓存,导致第二次不进入pageload,解决方法:跟一个随机的参数:vartime=newDate();variWidth=840;variHeight
yfy236
·
2010-02-04 18:00
.net
Blog
上一页
26
27
28
29
30
31
32
33
下一页
按字母分类:
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
其他