请问js里面的confirm为什么显示不了
<!DOCTYPEhtml><html><head><title>newdocument</title><metahttp-equiv="Content-Type"con...
<!DOCTYPE html>
<html>
<head>
<title> new document </title>
<meta http-equiv="Content-Type" content="text/html; charset=gbk"/>
<script type="text/javascript">
function openwindow()
{
var openwindow=confirm("openwindows?");
if(openwindow==true){
window.open('http://www.imooc.com/','_blank','width=400;height=500,menubar=no,toolbar=no')}
else{}
}
</script>
</head>
<body>
<input type="button" value="新窗口打开网站" onclick="openWindow()" />
</body>
</html>
具体代码如上所示
测试的时候点击confirm按钮,却不会弹出框子给你选择,这是为什么,请大牛相助
说明我代码哪里出了问题(如果足够具体我还加悬赏,不缺悬赏!) 展开
<html>
<head>
<title> new document </title>
<meta http-equiv="Content-Type" content="text/html; charset=gbk"/>
<script type="text/javascript">
function openwindow()
{
var openwindow=confirm("openwindows?");
if(openwindow==true){
window.open('http://www.imooc.com/','_blank','width=400;height=500,menubar=no,toolbar=no')}
else{}
}
</script>
</head>
<body>
<input type="button" value="新窗口打开网站" onclick="openWindow()" />
</body>
</html>
具体代码如上所示
测试的时候点击confirm按钮,却不会弹出框子给你选择,这是为什么,请大牛相助
说明我代码哪里出了问题(如果足够具体我还加悬赏,不缺悬赏!) 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询