function openWindow(){
// 新窗口打開時彈出確認框,是否打開
var result = confirm("是否打開新窗口");
if(result==true){
var win = prompt("請輸入要打開的網址","http://www.xianlaiwan.cn");
if(win=="http://www.xianlaiwan.cn"){
window.open(win,'_blank','width=400px,height=500px,menubar=no,toolbar=no');
}
}
}
// 新窗口打開時彈出確認框,是否打開
var result = confirm("是否打開新窗口");
if(result==true){
var win = prompt("請輸入要打開的網址","http://www.xianlaiwan.cn");
if(win=="http://www.xianlaiwan.cn"){
window.open(win,'_blank','width=400px,height=500px,menubar=no,toolbar=no');
}
}
}
var mychar= document.getElementById("con");
mychar.style.color="red";
mychar.style.backgroundColor="#CCC";
mychar.style.width="300";
mychar.style.color="red";
mychar.style.backgroundColor="#CCC";
mychar.style.width="300";
2016-01-07