JS中如何有选择性的同时打开多个新页面。。例如有5个链接,我要选择其中的3个同时打开。。谢谢
最好有完整代码,,谢谢我是新手,不知道怎么编JS代码,有时打开网页多了要一个个打开,麻烦死了,,打开链接要自己可以选择打开哪几个,不要固定性的那种。。...
最好有完整代码,,谢谢
我是新手,不知道怎么编JS代码,有时打开网页多了要一个个打开,麻烦死了,,打开链接要自己可以选择打开哪几个,不要固定性的那种。。 展开
我是新手,不知道怎么编JS代码,有时打开网页多了要一个个打开,麻烦死了,,打开链接要自己可以选择打开哪几个,不要固定性的那种。。 展开
1个回答
展开全部
function modalDialog(url, name, width, height)
{
if (width == undefined)
{
width = 400;
}
if (height == undefined)
{
height = 300;
}
x = (window.screen.width - width) / 2;
y = (window.screen.height - height) / 2;
window.open(url, name, 'height='+height+', width='+width+', left='+x+', top='+y+', toolbar=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, modal=yes');
}你研究下这个js函数,把window.open百度下,搞熟你知道怎么做了
以上调用 modalDialog("http://www.baidu.com/", 'baidu');
modalDialog("http://www.qq.com/", 'qq');
{
if (width == undefined)
{
width = 400;
}
if (height == undefined)
{
height = 300;
}
x = (window.screen.width - width) / 2;
y = (window.screen.height - height) / 2;
window.open(url, name, 'height='+height+', width='+width+', left='+x+', top='+y+', toolbar=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, modal=yes');
}你研究下这个js函数,把window.open百度下,搞熟你知道怎么做了
以上调用 modalDialog("http://www.baidu.com/", 'baidu');
modalDialog("http://www.qq.com/", 'qq');
追问
能不能搞两个网站举个例子给我看看啊??
追答
/*
bb=[];
bb[1]=['asdf'];
alert(bb[1]);
str=JSON.parse('"中华人民共和国",'b'=>2,'c'=>3,'d'=>4,'e'=>5));?>');
for(k in str)
document.write(str[k]+"");
a=[];
for(i in a)
document.write(i);
document.write(a.length);*/
function modalDialog(url, name, width, height)
{
if (name==undefined)
{
name='_blank';
}
if (width == undefined)
{
width = 400;
}
if (height == undefined)
{
height = 300;
}
x = (window.screen.width - width) / 2;
y = (window.screen.height - height) / 2;
window.open(url, name, 'height='+height+', width='+width+', left='+x+', top='+y+', toolbar=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, modal=yes');
}
function je_open()
{
url=[];
url[0]='http://www.baidu.com/';
url[1]='http://www.baidu.com/';
url[2]='http://mp3.baidu.com/';
url[3]='http://zhidao.baidu.com/';
url[4]='http://nes.baidu.com/';
url[5]='http://www.baidu.com/';
url[6]='http://www.baidu.com/';
je_elem=document.forms['a'].elements;
for(i=0;i';
return false;
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询