function demo(){
var judge = confirm("是否打開窗口");
if(judge){
var value = prompt("請輸入打開的網址","http://www.xianlaiwan.cn");
if(value){
window.open(value,"_black","width=400,height=500,menubar=no,toolbr=no");
}
}
}
var judge = confirm("是否打開窗口");
if(judge){
var value = prompt("請輸入打開的網址","http://www.xianlaiwan.cn");
if(value){
window.open(value,"_black","width=400,height=500,menubar=no,toolbr=no");
}
}
}
<script type="text/javascript">
function Wopen()
{
window.open(
'http://www.taobao.com',
'_blank',
'top=100px,left=100px,width=100px,height=100px,menubar=yes,scrollbars=yes,toolbar=yes,status=yes'
);
</script>
function Wopen()
{
window.open(
'http://www.taobao.com',
'_blank',
'top=100px,left=100px,width=100px,height=100px,menubar=yes,scrollbars=yes,toolbar=yes,status=yes'
);
</script>
2015-06-11
score =prompt("button","點擊我,對成績做評估"); 要加引號的
2015-06-10
e...空間以前有個整蠱人的軟件,點進去就顯示各種“你是SB~”之類,還必須點確定,不然就離開不了當前頁面,真是各種無語。
這個應該就是用alert做的吧?
這個應該就是用alert做的吧?
2015-06-10