国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

Js Jquery創(chuàng)建一個彈出層可加載一個頁面

2019-11-20 20:42:50
字體:
供稿:網(wǎng)友
復(fù)制代碼 代碼如下:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title> New Document </title>
<script type="text/javascript" src="../jquery-1.7.2.js"></script>
<script type="text/javascript">
//創(chuàng)建一個彈出層,title 標題,width 寬度,height 高度,content 內(nèi)容,url 如果url不為空時則覆蓋content加載url頁面中的內(nèi)容
function CreatePopLayerDiv(title,width,height,content,url){
var titles = title || "標題";
var Iheight=$(window).height();
var Iwidth =$(window).width();
var heights = height || 300;
var widths = width || 500;
var Oheight= (Iheight -heights) / 2;
var Owidth = (Iwidth - widths) /2;
var contents = content || "內(nèi)容";
var div = "<div id='InDiv' style='width:"+Iwidth+"px;height:"+Iheight+"px;background-color:#888;position:absolute;z-index:10000;top:0;left:0;opacity:0.7;'><div id='offDiv' style='width:"+widths+"px;height:"+heights+"px;left:"+Owidth+"px;top:"+Oheight+"px;background-color:white;position:absolute;z-index:10001;'><h4 id='HTitle' style='margin:0px;padding:3px;background:#336699;opacity:0.9;border:1px solid ##336699;height:20px;line-height:20px;font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;color:white;cursor:pointer;text-align:left;'>"+titles+"<a id='AClose' onclick='btnCloses()' style='float:right;'>關(guān)閉</a></h4><div id='Content'>"+contents+"</div></div></div>";
$(document.body).append(div);
if(url != ""){
$("#Content").load(url);
}
}
//移除彈出層
function RemoveDiv(){
$("#AClose").remove();
$("#HTitle").remove();
$("#offDiv").remove();
$("#InDiv").remove();
}
$(function(){
$("#btnTCC").click(function(){
CreatePopLayerDiv("閃耀的瞬間",600,400,"彈出層","table偶數(shù)行變色.html");
});
})
function btnCloses(){
RemoveDiv();
}
</script>
</head>
<body>
<input type="button" id="btnTCC" value="彈出層" />
</body>
</html>
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 昆山市| 随州市| 湘乡市| 梁山县| 湘潭县| 玉林市| 柳州市| 郯城县| 朔州市| 通渭县| 门头沟区| 昔阳县| 贵定县| 象山县| 长岛县| 鄯善县| 永康市| 深水埗区| 当雄县| 南投市| 丹寨县| 曲沃县| 太白县| 且末县| 英山县| 苍山县| 琼海市| 成都市| 岗巴县| 沂南县| 天门市| 彩票| 隆尧县| 黄浦区| 信丰县| 新竹县| 宁都县| 富裕县| 浦北县| 渭源县| 苏尼特右旗|