问答详情
源自:2-7 编程练习

大神求解啊

<html>

<head>

<title>

ll</title>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

  <meta http-equiv="Content-Type" content="text/html; charset=gbk"/> 

    <script type="text/javascript"> 

function openwindow(){var open=confirm("确定打开这个网页");

if(open==true) {var url=prompt{"是否打开这个网页","http://www.baidu.com"}

if(url!=null){window.open('http://www.baidu.com','-black','width=400,height=500,menubar=no,toolbar=mo');}

  else{            alert("再见");        }    }  </script>  </head>  <body>  

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


提问者:刘浩霖 2018-08-03 14:59

个回答

  • 哆梦没有口袋
    2018-08-04 16:19:28

    你那个_blank   好像打成了-blank了

  • 刘浩霖
    2018-08-03 15:31:08

    D大哥们 解答一下啊