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
window.open
window.showModalDialog模式对话框 和
window.open
Java代码 window.showModalDialog(url,window, "help:no;scroll:no;resizable:no;status:0;dialogWidth:420px;dialogHeight:200px;center:yes" )
spiritfrog
·
2010-02-21 10:00
框架
jsp
浏览器
window.showModalDialog模式对话框和
window.open
的区别
一.模式对话框父窗口 弹出模式对话框 代码如下: window.showModalDialog(url,window,"help:no;scroll:no;resizable:no;status:0;dialogWidth:420px;dialogHeight:200px;center:yes" ); 1、参数说明 引用 参数1 url,url后面
shawnfree
·
2010-02-20 09:00
JavaScript
html
showModalDialog session 丢失[转]
尤其是在这样的使用情况下: 首先window. showModalDialog,然后执行任何的创建新窗口有关的操作,比如<a href=”xxxx” target=”_blank”> ,或者在模态窗口中调用
window.open
jspine
·
2010-02-10 18:00
showModalDialog
showModalDialog session 丢失[转]
尤其是在这样的使用情况下: 首先window. showModalDialog,然后执行任何的创建新窗口有关的操作,比如<a href=”xxxx” target=”_blank”> ,或者在模态窗口中调用
window.open
jspine
·
2010-02-10 18:00
showModalDialog
window.open
打开窗口时父窗口变成object
使用方法打开的新窗口所以出现父窗口变成object解决方法1.ddd2.些一个function函数通过href=javascript:函数名来调用就不会出现原来窗口变OBJECT了functionadd(){}
liaomin416100569
·
2010-02-08 15:00
JavaScript
object
function
关于页面被拦截的问题
拦截设为中,
window.open
,直接写的页面上,new一个aclick,以及formsubmit都可以打开页面,timeout不能打开页面。拦截设为低,以上几种方式都可以打开。ie6sub
·
2010-02-08 07:38
window.showModalDialog模式对话框 和
window.open
的区别
1.模式对话框父窗口 弹出模式对话框 代码如下 window.showModalDialog(url,window, "help:no;scroll:no;resizable:no;status:0;dialogWidth:420px;dialogHeight:200px;center:yes" ); 1. 参数1 url,url后面可以接"?name=
nenyalanye_1
·
2010-02-06 12:00
html
框架
浏览器
JS高级应用(一)
页面跳转: window.location.href('地址')
window.open
('地址', '_self') 打开新窗口:
ralphr
·
2010-02-06 10:00
JavaScript
正则表达式
prototype
Microsoft
Google
window.open
window.open
(url, name, features, replace) 出自 : oreilly.javascript.the.definitive.guide.5th.edition.aug
lich0079
·
2010-02-05 15:00
JavaScript
html
UP
window.open
window.open
(url, name, features, replace) 出自 : oreilly.javascript.the.definitive.guide.5th.edition.aug
lich0079
·
2010-02-05 15:00
JavaScript
html
UP
window.open
window.open
(url, name, features, replace) 出自 : oreilly.javascript.the.definitive.guide.5th.edition.aug
lich0079
·
2010-02-05 15:00
JavaScript
html
UP
window.open
window.open
(url, name, features, replace) 出自 : oreilly.javascript.the.definitive.guide.5th.edition.aug
lich0079
·
2010-02-05 15:00
JavaScript
html
UP
弹出窗口
--
window.open
('page.html') --> </SCRIPT> 因为这是一段javascript代码,所以它们应该放在<
thoughtfly
·
2010-02-05 09:00
JavaScript
html
浏览器
脚本
弹出窗口
--
window.open
('page.html') --> </SCRIPT> 因为这是一段javascript代码,所以它们应该放在<
thoughtfly
·
2010-02-05 09:00
JavaScript
html
浏览器
脚本
转:javascript 弹出窗口代码大全
我想大家大多都是知道些的,但那种多种多样的弹出式窗口是怎么搞出来的,我们今天就来学习一下: 1.弹启一个全屏窗口 <html> <body onload="
window.open
c_fanatic
·
2010-02-04 21:00
JavaScript
html
浏览器
脚本
UP
JS关闭窗口无提示的方法
window.close关闭窗口,不弹出系统提示,直接关闭 window.opener=null;
window.open
("","_self");window.close(); 若只有window.close
月影无痕
·
2010-02-03 11:00
JavaScript窗口功能指南之打开一个新窗口
看看下面的JavaScript语句:
window.open
("http://www.docjs.com/","win");这条语句打开一个新窗口,显示页面http://www.docjs.com/。
xue_feitian
·
2010-02-03 10:00
弹出页面的几种方式
window.open
('page.html')用于控制弹出新的窗口page.html,如果page.html不与主窗口在同一路径下,前面应写明路径,绝对路径(http://)和相对路径(.
ccj188
·
2010-02-02 17:30
职场
休闲
弹出页面
弹出页面的几种方式
window.open
('page.html')用于控制弹出新的窗口page.html,如果page.html不与主窗口在同一路径下,前面应写明路径,绝对路径(http://)和相对路径(.
ccj188
·
2010-02-02 17:30
职场
休闲
弹出页面
弹出页面的几种方式
window.open
('page.html')用于控制弹出新的窗口page.html,如果page.html不与主窗口在同一路径下,前面应写明路径,绝对路径(http://)和相对路径(.
ccj188
·
2010-02-02 17:30
职场
休闲
弹出页面
CSS/javascript
实用js函数
推荐些实用js函数: //打开弹出窗口 function winOpen (strURL,strName,width,height) { theWindow =
window.open
java_mike
·
2010-02-02 11:00
prototype
IE
J#
javaScript 关闭浏览器 (不弹出提示框)
复制代码代码如下:functioncloseWindow(){window.opener=null;
window.open
('','_self','');window.close();}或复制代码代码如下
·
2010-01-31 01:06
代理中调用alert()
在web下调用LotusScript代理时,实现弹出一个窗口,一般的做法是在代理中用Print语句:Print {}Print {alert("提示信息");}'或添加页面链接Print {
window.open
笨笨牛
·
2010-01-28 20:27
职场
alert()
休闲
代理中调用alert()
在web下调用LotusScript代理时,实现弹出一个窗口,一般的做法是在代理中用Print语句:Print {}Print {alert("提示信息");}'或添加页面链接Print {
window.open
笨笨牛
·
2010-01-28 20:27
职场
alert()
休闲
JavaScript的
window.open
如何使窗体最大化?
"<a href=\"#\" onclick=\"javascript:
window.open
('NewsEdit.aspx?
shirlly
·
2010-01-27 17:00
JavaScript
java
window.open
参数
一个页面两个按钮 点击一个 弹出一个 页面 点另一个 也弹出一个页面 但是点第二个的时候第一个自动关闭了
window.open
(url,'newwindow','height=600,width
chengyu2099
·
2010-01-27 11:00
html
脚本
js 打开链接,英文换行
VBS: onClick="
window.open
('http://www.mycasky.com/ ');" 在新窗口打开:onClick="
window.open
('http
java-admin
·
2010-01-26 11:00
JavaScript
ASP.Net开发新手常见问题备忘录
1.打开新的窗口并传送参数:传送参数:response.write("
window.open
('*.aspx?
wangxiaofang
·
2010-01-25 14:45
职场
asp.net
休闲
ASP.Net开发新手常见问题备忘录
1.打开新的窗口并传送参数:传送参数:response.write("
window.open
('*.aspx?
wangxiaofang
·
2010-01-25 14:45
职场
asp.net
休闲
弹出新窗口
--
window.open
('page.html')--></SCRIPT> 因为这是一段javascripts代码,所以它们应该放在<SCRIPT LANGUAGE="
王东红
·
2010-01-25 13:00
JavaScript
html
浏览器
脚本
js 弹出一次窗口
=document.cookie; var date=new Date(); if (open.indexOf("open")<0) {
window.open
liuway
·
2010-01-25 10:00
js
页面的中转
var windowName = "X007_view"; var width = 980; var height = 500; var popupWindow =
window.open
duanfei
·
2010-01-25 10:00
JavaScript
jsp
js里面
window.open
方法的详细定义和用法
语法
window.open
(URL,name,features,replace)参数描述URL一个可选的字符串,声明了要在新窗口中显示的文档的URL。
taizhoufox
·
2010-01-22 16:00
浏览器
url
文档
features
弹出窗口
--
window.open
('page.html')--></SCRIPT> 因为这是一段javascripts代码,所以它们应该放在<SCRIPT LANGUAGE="
zhaohaiyang
·
2010-01-22 16:00
JavaScript
html
浏览器
脚本
js打开网页总结
在写web程序时经常要用js打开页面,所以整理供参考1.Response.Redirect("XXX.aspx",true)——直接转向新的页面,原窗口被代替;2.Response.Write("
window.open
wuzhengqing1
·
2010-01-22 12:00
下拉框链接到网页
下拉框链接到网页onChange="
window.open
(this.options[this.selectedIndex].value,'','')"这里调用了javascript事件:onChange
hyynet09
·
2010-01-20 17:00
js子窗口创建及父子窗口之间通信
Javascript弹出子窗口 可以通过多种方式实现,下面介绍几种方法 (1) 通过window对象的open()方法,open()方法将会产生一个新的window窗口对象 其用法为:
window.open
雨中伞
·
2010-01-20 01:00
JavaScript
jsp
活动
WebBrowser 局部打印
function print(printId){ var win =
window.open
("Pages/attend/AtteDayStatistics_print.jsp
zw7534313
·
2010-01-19 14:00
html
jsp
cache
css
window.opener 的用法
其 实 window.opener是指调用
window.open
方法的窗口。 在工作中主要是用来解决部分提交的。这种跨页操作对工作是非常有帮助的。
laotu5i0
·
2010-01-19 10:00
JavaScript
jsp
框架
IE
firefox
窗口session范围
也就是说
window.open
().open().open().....是session传递的过程。
idearfly
·
2010-01-18 17:00
session
浏览器
url
dialog
div
破解
javascript 获取url参数的正则表达式(用来获取某个参数值)
txtA="+document.getElementById("txtName").value;url+="&txtB="+document.getElementById("txtAge").value;
window.open
·
2010-01-17 22:31
codeLib之javaScript之父子窗口问题1
1.window.open() 在父窗口中调用
window.open
()方法来打开子窗口; 在子窗口中使用window.opener
TeddyWang
·
2010-01-17 12:00
JavaScript
html
非模态窗口用法
1.vhl.js文件里面的一个js方法里,添加如下:
window.open
(base+"/policy/universal/pop/flat_vhl_inf_query.jsp?
断点
·
2010-01-14 21:00
winow.open 突破拦截小技巧
原文:http://www.cnblogs.com/birdshome/archive/2007/12/22/window-open.html 你还敢使用
window.open
弹广告吗?
starnight_cbj
·
2010-01-14 15:00
function
web开发
浏览器
脚本
Google
工具
a href=#与 a href=javascript:void(0) 的区别
quot;#"> 点击链接后,页面会向上滚到页首,# 默认锚点为 #TOP <a href="javascript:void(0)" onClick="
window.open
wapysun
·
2010-01-14 15:00
JavaScript
Ajax
Web
浏览器
cgi
Javascript窗口操作
1.弹启一个全屏窗口<html> <body onload="
window.open
('http://www.fl86.com','example01','fullscreen
liss
·
2010-01-13 22:00
JavaScript
html
jsp导出excel文件
tag_id){ var tempStr = document.getElementById(tag_id).outerHTML; var newWin =
window.open
softtian1983
·
2010-01-13 16:00
html
jsp
Excel
parent 与 opener 的使用区别
在a 页
window.open
b 页,b页含有框架页 c页,则在c页代码里设置a页的表单值如下: parent.opener.document.getElementsByName("
djkin
·
2010-01-13 12:00
C++
c
框架
C#
jsp
window.open
传递中文出现乱码的解决办法
先把url改下:var url = "b.jsp?name=" u_name;url=encodeURI(url); url=encodeURI(url); //写一个不行。如果写一个就是????号。//写2个,则输出 %df%a4这种.服务端获取:String name=request.getParameter("name");name = java.ne
45571845
·
2010-01-11 11:00
jsp
.net
兼容IE与FF的代码运行框
-- function runCode(obj) { var code=obj.value; var newwin=
window.open
('','',''); newwin.opener = null
osteps
·
2010-01-07 13:00
html
IE
上一页
83
84
85
86
87
88
89
90
下一页
按字母分类:
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
其他