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

alert写在哪里呢?这样子写显示不出对话框来

<!DOCTYPE HTML>

<html>

<head>

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

<title>window对象</title>

<script type="text/javascript">


function openwin()

{

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

    alert("欢迎来到慕课学习JS");

}



</script>

</head>

<body>

<form>

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

</form>

</body>

</html>


正在回答

3 回答

你不能定义已有函数吧,不能定义open()

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

怎么没了,看看你完整代码

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

alert("欢迎来到慕课学习JS");这句话写在window.open()的前边

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

慕雪83909 提问者

同学,怎么办啊,我的按钮没了 function open() { alert("欢迎来到慕课"); window.open("http://www.imooc.com","_blank","width=600px,height=400px"); } </script> </head> <body> <form> <input type="button" value="点击我,打开新窗口" onclick="open()"/>
2019-07-21 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

alert写在哪里呢?这样子写显示不出对话框来

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