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

为什么我的这个框框运行出来不像任务的那个一样实体的呢,鼠标可以点进去

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>close()</title>
  <script type="text/javascript">
  	
         function openUrl(){
         	var mywin=window.open("http://www.imooc.com");
         var pages=confirm("是否关闭新页面?");
         if(pages==true){
         	mywin.close();
         	alert("页面已关闭!");
         }
         else{
         	alert("页面未关闭!");
         }
}
</script>
</head>
<body>
	<input name="botton" type="botton"  onclick="openUrl()" value="点击我,打开新的网页!"/>
</body>
</html>


正在回答

1 回答

excuse me.....it should be 'button' but 'botton'.......

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

慕容1519046 提问者

oh,thanks!
2017-02-28 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么我的这个框框运行出来不像任务的那个一样实体的呢,鼠标可以点进去

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