<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=gb2312″ />
<title>-弹出一个层</title>
<script language=”javascript”>
function cmsgbox(vtitle,vwidth,vhight,vtop,vleft)
{
this.title=vtitle;
this.width=vwidth;
this.height=vhight;
this.top=vtop;
this.left=vleft;
this.id=0;
}
cmsgbox.prototype.showdiv=function()
{
var str=””;
str+=”<div id=’div1′ style=’z-index:1;background-color:white;position:absolute;border:2px solid slategray;left:”+this.vleft+”px;top:”+this.vtop+”px;width:”+this.width+”px;’>”;
str+=”<div style=’padding-bottom:2px;background-color:slategray;width:100%;height:16px;color:white;’ >”;
str+=” <div style=’float:left;height:16px;overflow:hidden;margin:0px;padding:4px 0px 0px 5px;width:”+(parseInt(this.width)-24*2-5)+”px;’>”+this.title+”</div>”;
str+=” <span style=’width:14px;font-family:webdings;cursor:hand;’>0</span>”;
str+=” <span style=’width:14px;font-family:webdings;cursor:hand;’ onclick=’cmsgbox.closediv(this);’>r</span>”;
str+=”</div>”;
str+=”<div style=’ margin:10px 5px 10px 10px;word-break:break-all;’>”;
str+=”xxx”;
str+=”</div>”;
str+=”</div>”;
//document.write(str);
document.body.insertAdjacentHTML(“beforeEnd”,str);
}
/////////////////////窗口显示//////////////////////////////
function show()
{
var box=new cmsgbox(‘小家伙呀’,400,300);
box.showdiv();
}
</script>
</head>
<style>
body{
font-size:12px;
}
</style>
<body>
<p onclick=”show();”>弹了一个层</p>
</body>
</html>
以上就是【利用javascript对象弹出一个层】的全部内容了,欢迎留言评论进行交流!
2. 分享目的仅供大家学习和交流,您必须在下载后24小时内删除!
3. 不得使用于非法商业用途,不得违反国家法律。否则后果自负!
4. 本站提供的源码、模板、插件等等其他资源,都不包含技术服务请大家谅解!
5. 如有链接无法下载、失效或广告,请联系管理员处理!
6. 本站资源售价只是赞助,收取费用仅维持本站的日常运营所需!
7. 如遇到加密压缩包,请使用WINRAR解压,如遇到无法解压的请联系管理员!
8. 精力有限,不少源码未能详细测试(解密),不能分辨部分源码是病毒还是误报,所以没有进行任何修改,大家使用前请进行甄别
丞旭猿论坛
暂无评论内容