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
弹出页面过多Session丢失
模式或无模式对话框可能没有打开同一进程中InternetExplorer窗口中打开,因此模式窗口中调用window.open()方法打开具体页面,可能造成session丢失.例如:主窗体a.aspx,点击按钮时采用window.
showModalDialog
naujuw
·
2009-11-24 11:00
IE与FireFox的
showModalDialog
在网页程序中,有时我们会希望使用者按下按钮后开启一个保持在原窗口前方的子窗口,而在IE中,我们可以使用
showModalDialog
来达成,语法如下:vReturnValue=window.
showModalDialog
gumanren
·
2009-11-20 16:00
获取
showModalDialog
窗口返回值(转载)
非常简单的内容,两个页面,例子如下: Untitled Page// Untitled Page//
lein_wang
·
2009-11-20 16:00
null
实时滚动进度的实现
我自己结合多线程和
ShowModalDialog
制做了一个实时进度条,原理很简单:使用线程开始长时间的任务,定义一个Session,当任务进行到不同的阶段改变Sessio
jzdzhiyun
·
2009-11-20 14:00
session
server
asp.net
asp
任务
button
关于页面的传值
有两个页面,父页面与子页面,父页面要传一个参数给子页面, 具体做法有两种一种使用 //测试 varaWin; functionopenWindows(){ window.
showModalDialog
bjqincy
·
2009-11-20 10:00
JavaScript
html
mvc
Blog
Microsoft
在
showModalDialog
窗口里实现分页
因业务需要,在模式对话框里也要实现分页,网上搜到有两个技巧: 1. if you are using IE5.5 or 6, try to add this line to your co
yaojialing
·
2009-11-19 18:00
html
jsp
css
cache
IE
在
showModalDialog
窗口里实现分页
因业务需要,在模式对话框里也要实现分页,网上搜到有两个技巧: 1. if you are using IE5.5 or 6, try to add this line to your co
yaojialing
·
2009-11-19 18:00
html
jsp
cache
css
IE
解决
showmodaldialog
问号后传递的参数为中文字符的乱码问题
act=login&name="+encodeURIComponent(uid); var opdig=
showModalDialog
anyi1314
·
2009-11-16 19:00
浏览器
showModalDialog
关闭子窗口刷新主窗口
showModalDialog
和showModelessDialog 一、
showModalDialog
和showModelessDialog有什么不同?
javasogo
·
2009-11-16 15:00
JavaScript
.net
IE
关于window.open,弹出窗口
最近又用到了window.open弹出窗口,总是记不住,今天在网上搜罗了两个帖子,特转载过来,供以后查阅 模式窗口太过于局限性,所以我研究了一个完全可以用window.open()代替window.
showModalDialog
zjx2388
·
2009-11-16 13:00
JavaScript
html
浏览器
脚本
父窗体和子窗体传值(js+jquery)
父窗体和子窗体传值(js+jquery)Value.jsp $(function() { $('#btn1').click(function(){ varshow=window.
showModalDialog
悟心
·
2009-11-15 00:00
IE提示“存储空间不足,无法完成此操作”的错误(彻底解决包括产生原因)
2、用
showModalDialog
打开的窗口里,用到获取浏览器版本(navigator.userAgent)的时候会出现 “存储空间不足,无法
depravedangel
·
2009-11-12 11:00
JavaScript
windows
XP
IE
Microsoft
GridView编辑时弹出文本框(解决Object expected脚本错误)
//放在body中 functionaa(){ window.
showModalDialog
("aa.aspx");}
naujuw
·
2009-11-12 10:00
javascript
showModalDialog
传值与FireFox的window.open 父子窗口传值示例第1/2页
先简单介绍一下基本知识:一、window.open()支持环境:Java1.0+/J1.0+/Nav2+/IE3+/Opera3+二、基本语法:window.open(pageURL,name,parameters)其中:pageURL为子窗口路径name为子窗口句柄parameters为窗口参数(各参数用逗号分隔)三、各项参数其中yes/no也可使用1/0;pixelvalue为具体的数值,单位
·
2009-11-08 22:15
项目中用到的javascript代码
— function popWindow() { window.
showModalDialog
("pop.jsp"); } //--> </script>
thinkfeng
·
2009-11-07 15:00
JavaScript
应用服务器
jsp
浏览器
IE
Window.
ShowModalDialog
使用手册和一些js验证数值类型
基本介绍:
showModalDialog
()  
mittermeyer
·
2009-11-06 22:00
html
IE
prototype
showModalDialog
和showModelessDialog使用心得
一、
showModalDialog
和showModelessDialog有什么不同?
showModalDialog
:被打开后就会始终保持输入焦点。除非对话框被关闭,否则用户无法切换到主窗口。
·
2009-11-04 20:00
showModalDialog
JS中
showModalDialog
详细使用
基本介绍:
showModalDialog
()  
·
2009-11-04 20:00
showModalDialog
window.
showModalDialog
传递参数及返回值方法
如果有一个页面是用window.
showModalDialog
打开的,例如 args = new Array(); args[0] = 1; args[1]
·
2009-11-04 20:00
showModalDialog
和showModelessDialog使用心得
showModalDialog
和showModelessDialog使用心得 一、
showModalDialog
和showModelessDialog有什么不同?
wdmsyf
·
2009-11-04 09:00
JavaScript
.net
IE
showModalDialog
使用讲解
基本介绍:
showModalDialog
() &
icyheart
·
2009-11-03 16:00
html
IE
showModalDialog
使用讲解
基本介绍:
showModalDialog
() &
icyheart
·
2009-11-03 16:00
html
IE
showModalDialog
使用讲解
基本介绍:
showModalDialog
() &
icyheart
·
2009-11-03 16:00
html
IE
window.returnValue使用方法
returnValue是javascript中html的window对象的属性,目的是返回窗口值,当用window.
showModalDialog
wode66
·
2009-11-02 13:00
JavaScript
html
Blog
IE
Microsoft
关于window.
showModalDialog
()返回值的学习
先介绍一个
showModaldialog
的基本用法 使用方法:vReturnValue=window.
showModalDialog
(URL[,Arguments][,Features])参数说明:URL
zhoukang0916
·
2009-10-28 00:00
server
function
asp
button
features
textbox
WEB页子窗口(
showModalDialog
和showModelessDialog)使用说明
使用环境:showModalDialogIE4以上版本showModelessDialogIE5以上区别:
showModalDialog
被打开后就会始终保持输入焦点。无法操作主窗口,除非关闭对话框。
·
2009-10-25 10:00
showModalDialog
和showModelessDialog
一、
showModalDialog
和showModelessDialog有什么不同?
showModalDialog
:被打开后就会始终保持输入焦点。除非对话框被关闭,否则用户无法切换到主窗口。
jiangkan12
·
2009-10-23 09:00
JavaScript
.net
IE
window.
showModalDialog
介绍
window.
showModalDialog
的用法 基本介绍:
showModalDialog
() (IE 4+ 支持)showModelessDialog() (IE 5+ 支持)window.
showModalDialog
qingfeng825
·
2009-10-21 16:00
JavaScript
html
浏览器
IE
活动
window.
showModalDialog
介绍
window.
showModalDialog
的用法 基本介绍:
showModalDialog
() (IE 4+ 支持)showModelessDialog() (IE 5+ 支持)window.
showModalDialog
qingfeng825
·
2009-10-21 16:00
JavaScript
html
浏览器
活动
IE
showModalDialog
窗口中下载Excel报表时弹出新窗口的解决办法
showModalDialog
窗口中下载Excel报表时弹出新窗口的解决办法 使用iframe解决: 1)设置一个看不见的iframe <iframe id="download
crabdave
·
2009-10-20 18:00
html
jsp
Excel
showModalDialog
窗口中下载Excel报表时弹出新窗口的解决办法
showModalDialog
窗口中下载Excel报表时弹出新窗口的解决办法 使用iframe解决: 1)设置一个看不见的iframe <iframe id="download
crabdave
·
2009-10-20 18:00
html
jsp
Excel
禁止WebBrowser控件弹出对话框
禁止WebBrowser控件弹出对话框一、屏蔽alert、confirm、
showModalDialog
源代码: 例1、先引用COM组建mshtml;引用名称空间mshtml:usingmshtml;然后处理
wonsoft
·
2009-10-20 12:00
JavaScript
object
function
Microsoft
library
WebBrowser
有模式弹出子窗体,关闭时刷新父窗体
主窗体alert('aaa');functionshow(){ window.
showModalDialog
('test.html',window,'dialogHeight:400px;dialogWidth
naujuw
·
2009-10-16 11:00
window窗体对象open()和
showModalDialog
()用法
一、window.open()支持环境:JavaScript1.0+/JScript1.0+/Nav2+/IE3+/Opera3+二、基本语法:window.open(pageURL,name,parameters)其中:pageURL为子窗口路径name为子窗口句柄parameters为窗口参数(各参数用逗号分隔)三、示例:脚本运行后,page.html将在新窗体newwindow中打开,宽为1
xiaoyu411502
·
2009-10-13 13:00
showModalDialog
介绍,用法
2009-06-1709:24基本介绍:
showModalDialog
() (IE4+支持) showModelessDialog() (IE5+
xiaoyu411502
·
2009-10-13 13:00
showModalDialog
和showModelessDialog区别
showModalDialog
和showModelessDialog区别 一、
showModalDialog
和showModelessDialog有什么不同?
azrael6619
·
2009-10-13 11:00
JavaScript
.net
IE
showModalDialog
window.
showModalDialog
(URL,dialogArgments.features) 打开一个新窗口 URL为要开启的网页名字。
zjw140118
·
2009-10-10 11:00
JavaScript
html
windows
IE
XP
showModalDialog
和showModelessDialog的使用
转自: http://www.cnblogs.com/weiweictgu/archive/2008/10/06/444911.html 关于
showModalDialog
和showModelessDialog
tupi
·
2009-10-09 16:00
JavaScript
IE
asp.net
VBScript
asp
有关javascript模态窗口的使用
打开模态窗口Js代码var result =
showModalDialog
("b2.htm","dialogWidth:270px;dialogHeight:140px;status:'no'");
sintan
·
2009-10-08 01:01
JavaScript
职场
休闲
window.open 与 window.
showModalDialog
比较
window.open与window.
showModalDialog
比较打开子窗口有两种方式,window.open与window.
showModalDialog
。
yaoleiroyal
·
2009-10-05 22:00
关于window.
showModalDialog
()返回值
http://blog.csdn.net/liang4571231/archive/2009/04/24/4105712.aspx 下面先说说window.
showModalDialog
lwxjjgc
·
2009-09-28 16:00
JavaScript
框架
IE
asp.net
asp
showModalDialog
和showModelessDialog使用心得
一、
showModalDialog
和showModelessDialog有什么不同?
showModalDialog
:被打开后就会始终保持输入焦点。除非对话框被关闭,否则用户无法切换到主窗口。
mrx1005
·
2009-09-27 09:00
JavaScript
html
.net
function
input
button
使用JS刷新
showModalDialog
窗口
http://midnightair.iteye.com/blog/287634 在ModalDialog中是不能用window.location.reload(true)来做模态对话框的刷新的;想要刷新该模态对话框,可以使用以下的变通方法: 引用 1:在showModalDialo窗口的<html>与<Head>之间加上<base target=&
Wuaner
·
2009-09-26 21:00
IE
Blog
使用JS刷新
showModalDialog
窗口
http://midnightair.iteye.com/blog/287634 在ModalDialog中是不能用window.location.reload(true)来做模态对话框的刷新的;想要刷新该模态对话框,可以使用以下的变通方法: 引用 1:在showModalDialo窗口的<html>与<Head>之间加上<base target=&
Wuaner
·
2009-09-26 21:00
IE
Blog
使用JS刷新
showModalDialog
窗口
http://midnightair.iteye.com/blog/287634 在ModalDialog中是不能用window.location.reload(true)来做模态对话框的刷新的;想要刷新该模态对话框,可以使用以下的变通方法: 引用 1:在showModalDialo窗口的<html>与<Head>之间加上<base target=&
Wuaner
·
2009-09-26 21:00
IE
Blog
Javascript
showModalDialog
两个窗体之间传值
Javascript两个窗体之间传值实现代码javascript中还有一个函数window.
showModalDialog
也可以打开一个新窗体,不过他打开的是一个模态窗口,那么如何在父窗体和子窗体之间传值呢
·
2009-09-25 14:35
父子页面传值问题!
/2006/10/25/1351413.aspx父页面 无标题页 functionopendialog1() { varsomeValue=window.
showModalDialog
梦想飞翔
·
2009-09-24 14:00
window.
showModalDialog
以及window.open用法简介
一、window.open()支持环境: JavaScript1.0+/JScript1.0+/Nav2+/IE3+/Opera3+ 二、基本语法: window.open(pageURL,name,parameters) 其中: pageURL 为子窗口路径 name 为子窗口句柄 parameters 为窗口参数(各参数用逗号分隔) 三、示例: <SCRI
houzhe11
·
2009-09-23 10:00
html
IE
脚本
asp
window.
showModalDialog
以及window.open用法简介
一、window.open()支持环境: JavaScript1.0+/JScript1.0+/Nav2+/IE3+/Opera3+ 二、基本语法: window.open(pageURL,name,parameters) 其中: pageURL 为子窗口路径 name 为子窗口句柄 parameters 为窗口参数(各参数用逗号分隔) 三、示例: <SCRI
houzhe11
·
2009-09-23 10:00
html
脚本
IE
asp
JS
showModalDialog
和 showModelessDialog 使用心得
showModalDialog
和showModelessDialog使用心得 一、
showModalDialog
和showModelessDialog有什么不同?
llhdf
·
2009-09-21 10:00
JavaScript
.net
IE
上一页
28
29
30
31
32
33
34
35
下一页
按字母分类:
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
其他