码迷,mamicode.com
首页 > Web开发 > 详细

js带有关闭按钮的弹窗

时间:2016-10-21 01:53:59      阅读:302      评论:0      收藏:0      [点我收藏+]

标签:js 关闭按钮 弹窗


<html>
<head>
<script>
function turnoff(obj){
document.getElementById(obj).style.display="none";
}
</script>
<title>我是标题</title>
</head>
<body>
<div id="abc"><a href="#" onclick="javascript:turnoff(‘abc‘)">点击关闭</a>
<h1>DIV中的其它文字</h1>
<p>DIV中的其他文字</p>
</div>
</body>
</html>


js带有关闭按钮的弹窗

标签:js 关闭按钮 弹窗

原文地址:http://8818968.blog.51cto.com/8808968/1863917

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!