打开之后点了确定还是只弹出来5,也不显示prompt的内容
<script type="text/javascript">
function openWindow(){
var mys = confirm("55555");
if(confirm==true){
var ll=prompt("dsdadas","");
if(ll !== null){
window.open(ll,'_blank');
}
else{
alert("over");
}
}
else{
alert("5")
}
}
</script>
</head>
<body>
<input type="button" value="新窗口打开网站" onclick="openWindow()" />
添加回答
举报
0/150
提交
取消