var ck=confirm("打開新窗口?");
if(ck==true)
{
var ck2=prompt("請輸入網址"," http://www.xianlaiwan.cn/");
if(ck2!=null)
{
window.open('http://www.xianlaiwan.cn','_blank','width=400px,height=500px,menubar=no,toolbar=no');
}
if(ck2==null)
{
}
}
}
if(ck==true)
{
var ck2=prompt("請輸入網址"," http://www.xianlaiwan.cn/");
if(ck2!=null)
{
window.open('http://www.xianlaiwan.cn','_blank','width=400px,height=500px,menubar=no,toolbar=no');
}
if(ck2==null)
{
}
}
}
function openWindow(){
var myconfirm=confirm("是否要彈出新的窗口?");
if(myconfirm==true)
{window.open('http://www.xianlaiwan.cn');}
else
{window.open('http://www.xianlaiwan.cn','_blank','width=400,height=500,menubar=no,toolbar=no');}
}
var myconfirm=confirm("是否要彈出新的窗口?");
if(myconfirm==true)
{window.open('http://www.xianlaiwan.cn');}
else
{window.open('http://www.xianlaiwan.cn','_blank','width=400,height=500,menubar=no,toolbar=no');}
}
function dclear(){
if(confirm("是否取消設置?"){
var mychar = document.getElementById("txt");
mychar.style.color="#000";
mychar.style.backgroundColor="#fff";
mychar.style.width="600px";
mychar.style.height="400px";
mychar.style.display="block";
}
}
if(confirm("是否取消設置?"){
var mychar = document.getElementById("txt");
mychar.style.color="#000";
mychar.style.backgroundColor="#fff";
mychar.style.width="600px";
mychar.style.height="400px";
mychar.style.display="block";
}
}
function openWindow(){
var ss;
var xx =confirm("是否打開網站?");
if(xx=true){
ss=prompt("請輸入網址","www.xianlaiwan.cn")
window.open("www.xianlaiwan.cn","_blank","width=400,helght=500,menubar=no,toolbar=no")
}
}
var ss;
var xx =confirm("是否打開網站?");
if(xx=true){
ss=prompt("請輸入網址","www.xianlaiwan.cn")
window.open("www.xianlaiwan.cn","_blank","width=400,helght=500,menubar=no,toolbar=no")
}
}
javascript作為一種腳本語言可以放在html頁面中任何位置,但是瀏覽器解釋html時是按先后順序的,所以前面的script就先被執行。
2016-05-31
function openWindow(){
var a
a=confirm("是否打開");
if(a=true)
{
var b;
b=prompt("打開網址");
window.open('b','-blank','width=400,height=500,menubar=no,toolbar=no');
}
else{
}
}
var a
a=confirm("是否打開");
if(a=true)
{
var b;
b=prompt("打開網址");
window.open('b','-blank','width=400,height=500,menubar=no,toolbar=no');
}
else{
}
}