Example006为弹出窗口加入关闭按钮

<!-- 实例006为弹出的窗口加入关闭按钮 -->
<head>
<meta charset="UTF-8">
</head>
<a href="#" onClick="window.open('index.html','new','height=100,width=300')">你好</a>

//在index.html文件中加入代码:

<input type="button" name="button" value="关闭" onClick="window.close();">

  

posted @ 2016-03-12 22:45  HandsomeHan  阅读(124)  评论(0编辑  收藏  举报