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
scrollbars
JS方法弹出WEB新窗口,控制窗口大小
window.open ('pop2.html', 'popwindow', 'height=200, width=320, top=0, left=24, .toolbar=no, menubar=no,
scrollbars
herrapfel
·
2010-02-26 18:00
Web
function
工具
JS方法弹出WEB新窗口,控制窗口大小
window.open ('pop2.html', 'popwindow', 'height=200, width=320, top=0, left=24, .toolbar=no, menubar=no,
scrollbars
ihuashao
·
2010-02-26 18:00
html
Web
实用js函数
theWindow = window.open (strURL,strName,"width="+width+" height="+height+"
scrollbars
java_mike
·
2010-02-02 11:00
prototype
IE
J#
window.open 参数
但是点第二个的时候第一个自动关闭了 window.open(url,'newwindow','height=600,width=950,top=0,left=0,toolbar=no,menubar=no,
scrollbars
chengyu2099
·
2010-01-27 11:00
html
脚本
非模态窗口用法
all="+url,"","
scrollbars
=yes,left=0,top=0,Toolbar=no,Location=no,Direction=no,Resizeable=no,Width="+800
断点
·
2010-01-14 21:00
习题9:设计一个Windows应用程序,窗体上有一个TextBox控件、一个Button控件。
【解答】1)窗体界面如图Ex5-5-1所示;2)窗体中主要控件属性设置如表Ex5-5-1;表Ex5-5-1窗体中的主要控件属性控件Name属性功能其它属性TextBox控件textBox1显示信息
ScrollBars
qs8844_lotus
·
2010-01-06 17:00
开发练习题
window.open和window.showModalDialog模态对话框返回值
open() {window.open('page.html','newwindow','height=100,width=400,top=0,left=0,toolbar=no,menubar=no,
scrollbars
wangrusheng5200
·
2010-01-04 10:00
html
window.open和window.showModalDialog模态对话框返回值
open() {window.open('page.html','newwindow','height=100,width=400,top=0,left=0,toolbar=no,menubar=no,
scrollbars
wangrusheng5200
·
2010-01-04 10:00
html
弹出窗口及关闭总结(window.open();Response.Redirect(); 模态)
window.open('d.htm','newwindow','height=100px,width=600px,status=no,toolbar=no,menubar=no,location=no,
scrollbars
anya
·
2009-12-12 16:00
JavaScript
function
url
Class
关于IE下opener属性易变的解决方案
window.open(pageUrl,’WindowTitle’,'left='+winLeft+',top='+winTop+',height='+winHeight+',width='+winWidth+',
scrollbars
dannyy1026
·
2009-12-09 21:49
IE
对话框
opener
休闲
无法引用
关于IE下opener属性易变的解决方案
window.open(pageUrl,’WindowTitle’,'left='+winLeft+',top='+winTop+',height='+winHeight+',width='+winWidth+',
scrollbars
dannyy1026
·
2009-12-09 21:49
IE
对话框
opener
休闲
无法引用
window.open全屏
window.screen.availWidth-10)+',height='+(window.screen.availHeight-30)+',top=0,left=0,resizable=yes,status=yes,menubar=no,
scrollbars
quechao123
·
2009-12-08 10:00
url
工具
在moblin上创建一个NBTK的小例子:Hello Moblin
moblin是基于clutter的UI,而提供的NBTK将协助建议buttons,tooltips,
scrollbars
等UI,并支持CSS的堆叠风格表格。
flowingflying
·
2009-11-30 17:00
application
Build
actor
button
makefile
encoding
非模态窗口用法
all="+url,"","
scrollbars
=yes,left=0,top=0,Toolbar=no,Location=no,Direction=no,Resizeable=no,Width="+800
断点
·
2009-11-28 18:00
javascript window.open参数
- window.open ('page.html','newwindow','height=100,width=400,top=0,left=0,toolbar=no,menubar=no,
scrollbars
houzhe11
·
2009-11-16 14:00
JavaScript
html
浏览器
脚本
javascript window.open参数
- window.open ('page.html','newwindow','height=100,width=400,top=0,left=0,toolbar=no,menubar=no,
scrollbars
houzhe11
·
2009-11-16 14:00
JavaScript
html
浏览器
脚本
window.open and opener 简单示例
"page.html", "newwindow", "height=100, width=400, toolbar= no, menubar=no,
scrollbars
magicalboy
·
2009-10-29 18:00
html
XHTML
网页全屏显示
;html> <body onload="javascript:window.open('index.html','','fullscreen=yes,toolbar=no,
scrollbars
xuehu2009
·
2009-10-14 21:00
JavaScript
html
网页全屏显示
;html> <body onload="javascript:window.open('index.html','','fullscreen=yes,toolbar=no,
scrollbars
xuehu2009
·
2009-10-14 21:00
JavaScript
html
js子窗口与父窗口的调用
nbsp; window.open('page.html','newwindow','height=100,width=400,top=0,left=0,toolbar=no,menubar=no,
scrollbars
azrael6619
·
2009-10-12 15:00
html
窗口相关内容
scrollbars
= { yes | no | 1 | 0 } Specifies whether to display horizontal and vertical scroll bars.
271788203
·
2009-10-07 19:00
JavaScript
窗口相关内容
scrollbars
= { yes | no | 1 | 0 } Specifies whether to display horizontal and vertical scroll bars.
271788203
·
2009-10-07 19:00
JavaScript
子窗口调父窗口对象
操作两个页面在新窗口中添加内容到父窗口代码如下:父窗口:form.htmlfunction addItems() { var AWnd=window.open('items.htm','fwId','resizable=yes,
scrollbars
hehezhou
·
2009-09-24 21:12
职场
休闲
子窗口调父窗口对象
操作两个页面在新窗口中添加内容到父窗口代码如下:父窗口:form.htmlfunction addItems() { var AWnd=window.open('items.htm','fwId','resizable=yes,
scrollbars
hehezhou
·
2009-09-24 21:12
职场
休闲
关于使用document.forms.target时父窗口弹出子窗口的问题
在父页面使用下列方法打开子窗口:window.open("","test","status=no,toolbar=no,menubar=no,location=no,resizable=yes,
scrollbars
smh821025
·
2009-09-22 14:00
打开一个窗体
var WinName = "name" + WinNum; window.open (href,WinName,"left=0, top=0, toolbar=no,
scrollbars
lwxjjgc
·
2009-09-10 09:00
JS常用代码片段截取(二)
openUrl,argumentObj,size+"scroll:no;"); }else{ varwin=window.open(openUrl,"", size+"
scrollbars
Vanessa219
·
2009-08-31 11:00
jquery
function
dialog
border
scroll
printing
js 根据图片大小弹出大小相应的窗口
w=dimg.width;h=dimg.height+28;x=(screen.width-w)/2;y=(screen.height-h)/2;window.open("win.aspx","","
Scrollbars
笨笨城的大宾
·
2009-08-27 16:55
职场
js
休闲
JS
*asp*
HTML
window.open()
window.open ('page.html', 'newwindow', 'height=100, width=400, top=0, left=0, toolbar=no, menubar=no,
scrollbars
javaeye_hua
·
2009-08-05 10:00
JavaScript
html
脚本
如何在FLASH中打开新窗口
中按钮上加上如下动作: on (release) { getURL("java script:open_window('map.htm','','toolbars=no,location=no,
scrollbars
xiaozmn
·
2009-07-16 13:00
Flash
JavaScript 实例--创建弹出式窗口
window.open("pop_win.html","displayWindow","toolbar=no,width=350,height=400,directories=no,status=no,
scrollbars
lJean
·
2009-06-23 14:00
window弹出窗口-父子-模态
1、基本的弹出窗口及属性 window.open("page.html","newwindow","height=100,width=400,toolbar=no,menubar=no,
scrollbars
tianping168
·
2009-06-11 14:00
JavaScript
function
null
文档
Parameters
工具
在flex中执行一个javascript方法的简单方式
例如打开一个新窗口:复制代码代码如下:ExternalInterface.call("eval","myWin=window.open('"+url+"','"+windowId+"','toolbar=1,
scrollbars
·
2009-05-25 18:11
Javascript 弹出窗口大全
window.open('page.html', 'newwindow', 'height=100, width=400, top=0,left=0, toolbar=no, menubar=no,
scrollbars
ghost_fly
·
2009-05-14 12:00
JavaScript
html
cache
IE
asp.net
妙用javascript(1)
window.open("about:blank","zhutong", 'menubar=0,width=350,height=240,left=230,top=200,resizable=0,
scrollbars
floger
·
2009-04-27 10:00
JavaScript
jsp
bean
struts
J#
js——网页全屏显示
newwindow=window.open("","","
scrollbars
")打开一个新窗口。if(document.all){newwindow.moveTo(0,0)新窗口从(0
lsbwahaha
·
2009-04-16 13:00
网站首页打开时弹出一个 弹出框 js 代码
window.open("gpcgpan.htm","newwindow","height=400,width=500,top=50,left=400,toolbar=no,menubar=no,
scrollbars
gpcgpan
·
2009-04-10 14:24
js
职场
弹出框
休闲
javascript fullscreen全屏实现代码
window.open("Main.aspx","_blank","resizable=yes;status=yes;toolbar=no;location=no;menubar=no;directories=no;
scrollbars
·
2009-04-09 17:20
Javascript打开窗口
EIS')"; strOut+="/n"+"{"; strOut+="/n"+" window.opener='login';"; strOut+="/n"+" varfeature='
scrollbars
saijie1983
·
2009-02-27 10:00
javascript 之---提交到一个新打开的页面
window.open("","_formwin","directories=no,toolbar=no,menubar=no,
scrollbars
qingfeng825
·
2009-02-23 15:00
JavaScript
javascript 之---提交到一个新打开的页面
window.open("","_formwin","directories=no,toolbar=no,menubar=no,
scrollbars
qingfeng825
·
2009-02-23 15:00
JavaScript
项目经验之弹出页面再弹出页面
tabOrder=0&showTab=abc',"newwindow", "height=600, width=800, toolbar=no, menubar=no,
scrollbars
CoderDream
·
2009-02-13 18:00
经验
项目经验之弹出页面再弹出页面
tabOrder=0&showTab=abc',"newwindow", "height=600, width=800, toolbar=no, menubar=no,
scrollbars
CoderDream
·
2009-02-13 18:00
经验
模式窗口间参数的相互传递
mod&id="+s.toString(), window,"dialogWidth=600px;dialogHeight=230px;status=no;help=no;
scrollbars
sakyone
·
2009-02-13 15:00
模式窗口间参数的相互传递
window.open()的参数详解
window.open (’page.html’, ’newwindow’, ’height=100, width=400, top=0, left=0, toolbar=no, menubar=no,
scrollbars
xuxiaoxiao
·
2009-02-10 10:00
JavaScript
html
浏览器
脚本
window.open参数解释
;height=100窗口高度;width=400窗口宽度;top=0窗口距离屏幕上方的象素值;left=0窗口距离屏幕左侧的象素值;toolbar=no是否显示工具栏,yes为显示;menubar,
scrollbars
wy818
·
2009-02-03 08:00
Javascript 弹出窗口总结(收集)
window.open('page.html', 'newwindow', 'height=100, width=400, top=0,left=0, toolbar=no, menubar=no,
scrollbars
e-ant
·
2008-12-31 09:00
JavaScript
html
IE
asp.net
asp
window.open打开新窗口,以post方式传参方法
openSpecfiyWindown( windowName ) { window.open('about:blank',windowName,'width=700,height=400,menubar=no,
scrollbars
iammonster
·
2008-12-22 17:00
window.open
window.open打开新窗口,以post方式传参方法
openSpecfiyWindown( windowName ) { window.open('about:blank',windowName,'width=700,height=400,menubar=no,
scrollbars
iammonster
·
2008-12-22 17:00
window.open
window popup
varpopup_left=(screen.width-popup_width)/2; varpopup_top=(screen.height-popup_height)/2; varpopup_
scrollbars
lhbjava
·
2008-12-15 09:00
上一页
9
10
11
12
13
14
15
16
下一页
按字母分类:
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
其他