社区
ASP
帖子详情
急!!!---一个页面运行的同时弹出多个窗口,该怎么办???
ai5541
2002-07-22 04:38:17
在一个页面运行的同时弹出一个窗口,我可以,但是弹出多个却不行了,我试着用循坏语句,但是运行时其他窗口一晃而过,只能看到最后一个窗口!!!该怎么办?? 注:弹出的窗口数跟数据库的记录数有关,一一对应!!
请朋友帮个忙.谢谢!!!
...全文
102
9
打赏
收藏
急!!!---一个页面运行的同时弹出多个窗口,该怎么办???
在一个页面运行的同时弹出一个窗口,我可以,但是弹出多个却不行了,我试着用循坏语句,但是运行时其他窗口一晃而过,只能看到最后一个窗口!!!该怎么办?? 注:弹出的窗口数跟数据库的记录数有关,一一对应!! 请朋友帮个忙.谢谢!!!
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用AI写文章
9 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
hjbwt
2002-07-22
打赏
举报
回复
再要打开的窗口语句中加入target=_blank试一试
skyarrow
2002-07-22
打赏
举报
回复
窗口的名字不能相同!
否则就是刷新的效果了。:)
swingcoder
2002-07-22
打赏
举报
回复
要想看到所有的页面,还要window.moveTo(x,y)
swingcoder
2002-07-22
打赏
举报
回复
要想看到所有的页面,还要window.moveTo(x,y)
swingcoder
2002-07-22
打赏
举报
回复
要想看到所有的页面,还要window.moveTo(x,y)
lbqlbq
2002-07-22
打赏
举报
回复
<script language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
MM_openBrWindow('a.asp','tishi','width=300,height=240,top=0,left=0')
MM_openBrWindow('b.asp','tishi1','width=300,height=207,top=0,left=310')
//-->
</script>
放在head里边,可以添加任意多个MM_openBrWindow
evonne_feng
2002-07-22
打赏
举报
回复
窗口的名字不能相同!
<body onload="for(i=0;i<5;i++){window.open('about:blank','newWin' + i,'width=100,height=50')}">
saucer
2002-07-22
打赏
举报
回复
for (var i=0; i < 20; i++)
window.open("http://www.csdn.net","name"+i);
希默软件
2002-07-22
打赏
举报
回复
<body onload="for(i=0;i<5;i++){window.open('about:blank','','width=100,height=50')}">
解决Nginx响应超时问题:upstream timed out (110: Connection timed out) while reading response header from upst
一、问题现象 通常当我们在进行web
页面
访问的时候,会出现报错504。
页面
无法显示出来 查看日志,发现如下: upstream timed out (110: Connection timed out) while reading response header from upstream, client: xxx.xxx.xxx.xxx, server: *, request: “POST /store/dsmgmt/signin HTTP/1.0”, upstream: “http://unix:/de
nginx响应超时upstream timed out (110: Connection timed out) while reading response header from upstream
问题描述 解决方法 提高nginx网络吞吐量buffers优化指令说明 nginx代理超时配置 问题描述 后台server服务响应时间正常,但是请求没有打到服务器,在nginx很慢才看到error日志,如下: 2018/07/26 10:17:42 [error] 45762#0: *7489 upstream timed out (110: Connection ti...
nginx upstream timed out (110: Connection timed out) while reading response header from upstream
nginx upstream timed out (110: Connection timed out) while reading response header from upstream
【nginx报错】upstream timed out (110: Connection timed out) while reading response header from upstream
如何使用 uwsgi 和 nginx 部署 Django 应用,并解决可能出现的 504 网关超时错误?
nginx upstream timed out (110 Connection timed out) while reading response header from upstream
这个错误的大概意思是 获取上游服务器的返回值超时,也就是等待响应时间太长了,那按照这个意思那我把超时时间设置长一点,是否可以解决问题呢,所以试了第一步,改变proxy的时间,重新加载nginx,并没有解决问题,第二步:既然没有解决问题,那第二步就是从业务考虑,毕竟是这
一个
接口单独报错,那也许是腾讯云的问题,在腾讯云api explorer测试了是可以发送短信的,说明也不是这个问题,那只能从其他方面考虑了。
ASP
28,403
社区成员
356,946
社区内容
发帖
与我相关
我的任务
ASP
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
复制链接
扫一扫
分享
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章