猿问

求问,为啥运行不了

<!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 abc=confirm("确定要打开窗口吗?")

    if(abc==true);// 新窗口打开时弹出确认框,是否打开

    {var abcd=prompt("请输入你的网址","www.baidu.com");

    if(abcd==true);

    {window.open('www.baidu.com','_blank','hight=400,width=500,toolbar=no');

    }

    else

    {document.wirte("呵呵!");}

    }

    }

    

  </script> 

 </head> 

 <body> 

 <input type="button" value="新窗口打开网站" onclick="openWindow()" /> 

 </body>

</html>


listerL
浏览 1236回答 1
1回答
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答