怎么判断一个窗口是否被打开
我这有个页面+了个弹出窗口,我想让这个弹出窗口在主页面刷新,这个弹出窗口不刷新。如果弹出窗口没打开那么就打开这个弹出窗口。请问我要怎么判断。请高手帮忙。。我回+分的哦。。...
我这有个页面+了个弹出窗口,我想让这个弹出窗口在主页面刷新,这个弹出窗口不刷新。如果弹出窗口没打开那么就打开这个弹出窗口。请问我要怎么判断。
请高手帮忙。。我回+分的哦。。。 展开
请高手帮忙。。我回+分的哦。。。 展开
2个回答
展开全部
告诉你一个解决的好办法,那就是加个过渡页。~~~你应该可以理解吧??
以下过渡页的代码可以做参考:
<script language=JavaScript>
<!--
self.onError = null;
var vers,pos,proper_version,IE;
IE = (document.all) ? 1: 0;
vers = navigator.appVersion;
if (IE) {
pos = vers.indexOf('MSIE');
vers = vers.substring(pos+5,vers.length);
pos = vers.indexOf('.');
vers = vers.substring(0,pos);
}
proper_version = parseFloat(vers);
if (proper_version>=4){
window.open('loginfo.asp?busi=87&lasttime=2006%2D11%2D2+8%3A01%3A13&lastip=61%2E190%2E65%2E159','liujg_loginInfo','left=8888,top=8888,width=366,height=166');
self.focus();
}
function liujg_Go(){
top.location.href='/i.asp?小沉鱼';
return true;
}
window.setTimeout("liujg_Go()",366);
-->
</script>
以下过渡页的代码可以做参考:
<script language=JavaScript>
<!--
self.onError = null;
var vers,pos,proper_version,IE;
IE = (document.all) ? 1: 0;
vers = navigator.appVersion;
if (IE) {
pos = vers.indexOf('MSIE');
vers = vers.substring(pos+5,vers.length);
pos = vers.indexOf('.');
vers = vers.substring(0,pos);
}
proper_version = parseFloat(vers);
if (proper_version>=4){
window.open('loginfo.asp?busi=87&lasttime=2006%2D11%2D2+8%3A01%3A13&lastip=61%2E190%2E65%2E159','liujg_loginInfo','left=8888,top=8888,width=366,height=166');
self.focus();
}
function liujg_Go(){
top.location.href='/i.asp?小沉鱼';
return true;
}
window.setTimeout("liujg_Go()",366);
-->
</script>
展开全部
告诉你一个解决的好办法,那就是加个过渡页。~~~你应该可以理解吧??
以下过渡页的代码可以做参考:
<script
language=JavaScript>
<!--
self.onError
=
null;
var
vers,pos,proper_version,IE;
IE
=
(document.all)
?
1:
0;
vers
=
navigator.appVersion;
if
(IE)
{
pos
=
vers.indexOf('MSIE');
vers
=
vers.substring(pos+5,vers.length);
pos
=
vers.indexOf('.');
vers
=
vers.substring(0,pos);
}
proper_version
=
parseFloat(vers);
if
(proper_version>=4){
window.open('loginfo.asp?busi=87&lasttime=2006%2D11%2D2+8%3A01%3A13&lastip=61%2E190%2E65%2E159','liujg_loginInfo','left=8888,top=8888,width=366,height=166');
self.focus();
}
function
liujg_Go(){
top.location.href='/i.asp?小沉鱼';
return
true;
}
window.setTimeout("liujg_Go()",366);
-->
</script>
以下过渡页的代码可以做参考:
<script
language=JavaScript>
<!--
self.onError
=
null;
var
vers,pos,proper_version,IE;
IE
=
(document.all)
?
1:
0;
vers
=
navigator.appVersion;
if
(IE)
{
pos
=
vers.indexOf('MSIE');
vers
=
vers.substring(pos+5,vers.length);
pos
=
vers.indexOf('.');
vers
=
vers.substring(0,pos);
}
proper_version
=
parseFloat(vers);
if
(proper_version>=4){
window.open('loginfo.asp?busi=87&lasttime=2006%2D11%2D2+8%3A01%3A13&lastip=61%2E190%2E65%2E159','liujg_loginInfo','left=8888,top=8888,width=366,height=166');
self.focus();
}
function
liujg_Go(){
top.location.href='/i.asp?小沉鱼';
return
true;
}
window.setTimeout("liujg_Go()",366);
-->
</script>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询