为了账号安全,请及时绑定邮箱和手机立即绑定

点击按钮 不能运行= =

<!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 crel = confirm("Open a new window ?");

    if(crel == true){

        var prel = prompt("Input url:", "http://www.imooc.com");

        window.open('prel', '_blank', 'width=400,height=500,menubar=no,toolbar=no');

    }      

    else{

        alert("hi");

    }

    openWindow();

</script>

 </head> 

 <body> 

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

 </body>

</html>


正在回答

1 回答

function openWindow()函数后面得有 { 啊,prompt是文本对话框,里面的内容应该是(“请输入网址”)的文字而不是你的网址吧?

还有window.open()里得有网址啊,建议你下一个eclipse或者DW那里能帮你自动纠错

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

点击按钮 不能运行= =

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信