function clearsetting()
{
var con=confirm("是否取消設置?");
if (con==true)
{
var mychar=document.getElementById("txt");
mychar.style.height="400px";
mychar.style.width="600px";
mychar.style.color="black";
mychar.style.backgroundColor="white";
}
}
{
var con=confirm("是否取消設置?");
if (con==true)
{
var mychar=document.getElementById("txt");
mychar.style.height="400px";
mychar.style.width="600px";
mychar.style.color="black";
mychar.style.backgroundColor="white";
}
}
function openWindow()
{
var yes=confirm("確認打開新窗口");
if(yes==true)
{
var url=prompt("請輸入網址","http://www.xianlaiwan.cn/");
window.open(url,"慕課網","width=400px,height=500px,menubar=no,toolbar=no");
}
}
{
var yes=confirm("確認打開新窗口");
if(yes==true)
{
var url=prompt("請輸入網址","http://www.xianlaiwan.cn/");
window.open(url,"慕課網","width=400px,height=500px,menubar=no,toolbar=no");
}
}
if(score=="http://www.xianlaiwan.cn/"){
window.open(score,'_balnk','width=400,height=500,menubar=no,toolbar=no');
}
else {
window.open("http://"+score,'_balnk','width=400,height=500,menubar=no,toolbar=no');
}
}
//打開的窗口要求,寬400像素,高500像素,無菜單欄、無工具欄。
window.open(score,'_balnk','width=400,height=500,menubar=no,toolbar=no');
}
else {
window.open("http://"+score,'_balnk','width=400,height=500,menubar=no,toolbar=no');
}
}
//打開的窗口要求,寬400像素,高500像素,無菜單欄、無工具欄。