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

点击出现了弹框 却没有新网页?

<!DOCTYPE HTML>

<html>

<head>

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

<title>window对象</title>

<script type="text/javascript">

function myclick(){

    alert("welcome to imooc");

    window.open('http://www.imooc.com','_blank','width:600px;height:400px');



</script>

</head>

<body>

<form>

<input type="button" value="点击我,打开新窗口" target="_blank" onclick="myclick()" />

</form>

</body>

</html>


正在回答

3 回答

function少了个}

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

width=600,height=400  不是width:600这样的css写法

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

//这样的效果是否可以

function myclick(){

   var results= confirm("欢迎来到慕课网");

   if(results){

    window.open("https://www.imooc.com/");

   }

}


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

举报

0/150
提交
取消

点击出现了弹框 却没有新网页?

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