精慕门2617989
2015-12-04 23:51
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>close()</title>
<script type="text/javascript">
var mywin=window.open("http://www.imooc.com",_top);
var close=confirm("关闭页面?")
if(close!=null){
if(close==true){
mywin.close();
}
else{}
}
</script>
</head>
<body>
</body>
</html>
把你代码中的 ,_top 或者用 _blank 但是记得加引号。
JavaScript入门篇
739816 学习 · 9566 问题
相似问题