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

这样能实现吗....点击一下按钮关闭窗口

<!DOCTYPE HTML>

<html>

<head>

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

<title>close()</title>

  <script type="text/javascript">

     function o(){

     var mywin=window.open("http://www.imooc.com");

     }

     function c(){

 mywin.close();

 }

  </script>

</head>

<body>


<form>

    <input type="button" name="buttom" value="dian" onClick="c()" />

</form>

</body>

</html>


正在回答

1 回答

同学,这样子是不可以的。根据我自己的理解,js中的变量只应用在当前大括号的范围。也就是说你定义的mywin这个变量只能应用在function o(){}里面,而function c(){}里面是无法读取变量mywin的

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

001122 提问者

非常感谢!xiexie haha
2016-08-23 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

这样能实现吗....点击一下按钮关闭窗口

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