19楼倒计时的全屏广告代码

版权:原创 更新时间:1年以上
[该文章底部包含文件资源,可根据自己情况,决定是否下载资源使用,时间>金钱,如有需要,立即查看资源]

以下是 19楼倒计时的全屏广告代码 的示例演示效果:

当前平台(PC电脑)
  • 平台:

部分效果截图:

19楼倒计时的全屏广告代码

HTML代码(index.html):

<!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" />
<meta name="keywords" content="JS代码,全屏广告,JS广告代码,JS特效代码" />
<meta name="description" content="此代码内容为19楼倒计时的全屏广告代码,属于站长常用代码" />
<title>19楼倒计时的全屏广告代码</title>
<link rel=stylesheet type=text/css href="css/lrtk.css">
</head>
<body style="text-align:center">
<br>
<br>
<a href="#" ><img src="images/ad1.gif" vspace="8" border="0"></a>
<div class=head_ad>
	<div id=adv_forum_home_full></div>
</div>
<script type=text/javascript src="js/jquery-1.4.3.min.js"></script>
<script type=text/javascript src="js/loadalladv.js"></script>
</body>
</html>







JS代码(loadalladv.js):

function showPopupAdv(B){
	this.x = "80px";
	this.y = "220px";
	this.showclosed = 1;
	this.checkclient = 1;
	this.position = 5;
	this.ptime = B.advRotateMs;
	var J = 0;
	var F = this;
	var L;
	this.adv = B;
	this.pdivId = B.advPlace;
	var G = this.adv.advPlace;
	var K = this.adv.advUrl;
	var C = this.adv.advLink;
	var A = this.adv.advParam;
	var I = this.adv.advWidth;
	var E = this.adv.advHeight;
	var D = document.getElementById(G);
	if (D){
	var H;
	H = "<cite></cite>";
	if (K.toLowerCase().indexOf(".swf") > 0){
	if (C == ""){
	H = H + "<embed src='" + K + "' width='" + I + "' height='" + E + "' type='application/x-shockwave-flash' wmode='transparent' menu='false'></embed>"}
else{
	H = H + "<div id='" + G + "' style='margin-bottom:5px;
	display:block;
	width:" + I + "px;
	height:" + E + "px;
	position:relative;
	'><a href='" + C + "' title='' target='_blank' onclick=\"ad_c_m('" + A + "');
	\" style='display:block;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:" + I + "px;
	height:" + E + "px;
	background:red;
	opacity:0;
	filter:alpha(opacity=0)'>1</a><OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' WIDTH='" + I + "' HEIGHT='" + E + "'><PARAM NAME='movie' VALUE='" + K + "'><PARAM NAME='quality' VALUE='high'><param name='wmode' value='transparent'><EMBED src='" + K + "' wmode='transparent' quality='high' WIDTH='" + I + "' HEIGHT='" + E + "' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></EMBED></OBJECT></div>"}
}
else{
	if (K.toLowerCase().indexOf(".jpg") > 0 || K.toLowerCase().indexOf(".jpeg") > 0 || K.toLowerCase().indexOf(".gif") > 0 || K.toLowerCase().indexOf(".png") > 0){
	if (A == "" || A.length < 1){
	H = H + "<a href='" + C + "' target=_blank onmousedown=\"return ttclick(this,'tracefrom=" + A + "');
	\"><img src='" + K + "' width='" + I + "' height='" + E + "' border='0'></a>"}
else{
	H = H + "<a href='" + C + "' target=_blank onmousedown=\"return ttclick(this,'tracefrom=" + A + "');
	\" onclick=\"ad_c_m('" + A + "');
	\"><img src='" + K + "' width='" + I + "' height='" + E + "' border='0'></a>"}
}
}
jQuery("#" + this.pdivId + "").html(H)}
this.init = function(){
	this.width = "500px";
	this.height = "350px";
	jQuery("#" + this.pdivId + "").css({
	position:"absolute",zIndex:"9999",width:this.width,height:this.height,overflow:"hidden"}
).hide();
	this.totalwidth = parseInt(jQuery("#" + this.pdivId + "").css("width")) * 2 + 980;
	if (this.checkclient && this.position != 5){
	if (document.documentElement.clientWidth < this.totalwidth){
	jQuery("#" + this.pdivId + "").hide()}
}
if (this.showclosed){
	jQuery("#" + this.pdivId + "").html(jQuery("#" + this.pdivId + "").html() + "<img style='display:none;
	position:absolute;
	right:5px;
	top:6px;
	z-index:2;
	cursor:pointer;
	' src='http://i3.dukuai.com/ui/style/09/img/float_ad_closed.gif' class='closedbutton' title='�ر�' />")}
if (this.adv.advType != 4){
	if (this.position == 1){
	jQuery("#" + this.pdivId + "").css({
	top:this.y,left:this.x}
)}
if (this.position == 2){
	jQuery("#" + this.pdivId + "").css({
	top:this.y,right:this.x}
)}
if (this.position == 3){
	var M = 0;
	M = document.documentElement.clientHeight - jQuery("#" + this.pdivId + "").height() - this.y;
	jQuery("#" + this.pdivId + "").css({
	top:M,left:this.x}
)}
if (this.position == 4){
	var M = 0;
	M = document.documentElement.clientHeight - jQuery("#" + this.pdivId + "").height() - this.y;
	jQuery("#" + this.pdivId + "").css({
	top:M,right:this.x}
)}
}
if (this.adv.advType == 8 && this.position == 5){
	jQuery("#" + this.pdivId + "").css({
	left:"50%",top:parseInt(this.y) + document.documentElement.scrollTop + "px",marginLeft:-jQuery("#" + this.pdivId + "").width() / 2 + "px"}
)}
this.showad()}
;
	this.closeded = function(){
	jQuery("#float_ad_replay").css({
	left:"0",top:document.documentElement.clientHeight + document.documentElement.scrollTop - jQuery("#float_ad_replay").height() - 58 + "px"}
);
	jQuery("#float_ad_replay").attr("lang","zh");
	if (document.documentElement.clientWidth > 1028){
	jQuery("#float_ad_replay").show()}
clearTimeout(L);
	jQuery("#" + this.pdivId + " .closedbutton").hide();
	jQuery("#" + this.pdivId + "").hide()}
;
	this.showad = function(){
	if (this.checkclient){
	jQuery("#" + this.pdivId + "").show()}
if (this.showclosed){
	setTimeout(this.showbtn,1000)}
if (F.ptime){
	L = setTimeout(F.closeded,F.ptime)}
}
;
	this.showbtn = function(){
	jQuery("#" + this.pdivId + " .closedbutton").fadeIn("slow");
	jQuery("#" + this.pdivId + " .closedbutton").click(function(){
	F.closeded()}
)}
;
	if (this.adv.advType == 8){
	jQuery("#" + this.pdivId + "").find("cite").css({
	display:"none"}
);
	jQuery(document.body).append("<div id='float_ad_replay'><a hrer='#' class='float_ad_replay' title='�ز�'>�ز�</a><a hrer='#' class='float_ad_closed' title='�ر�'>�ر�</a></div>");
	jQuery("#float_ad_replay .float_ad_small").css({
	position:"relative",zIndex:"1",overflow:"hidden"}
);
	jQuery("#float_ad_replay a").css({
	display:"block",position:"absolute",zIndex:"10",paddingTop:"16px",left:"4px",height:"0",width:"16px",cursor:"pointer",overflow:"hidden"}
);
	jQuery("#float_ad_replay .float_ad_closed").css({
	bottom:"4px"}
);
	jQuery("#float_ad_replay .float_ad_replay").css({
	bottom:"25px",paddingTop:"74px"}
);
	jQuery("#float_ad_replay").css({
	position:"absolute",paddingBottom:"58px",height:"100px",width:"24px",background:"url(http://i3.dukuai.com/ui/style/09/img/float_ad_replay.gif) no-repeat 0 bottom"}
).hide();
	jQuery("#float_ad_replay .float_ad_replay").click(function(){
	F.init();
	jQuery(this).parent().hide()}
);
	jQuery("#float_ad_replay .float_ad_closed").click(function(){
	jQuery(this).parent().removeAttr("lang","");
	jQuery(this).parent().hide()}
)}
this.win_reset = function(){
	if (jQuery("#float_ad_replay").attr("lang")){
	jQuery("#float_ad_replay").css("top",document.documentElement.scrollTop - J + parseInt(jQuery("#float_ad_replay").css("top")) + "px")}
jQuery("#" + this.pdivId + "").css("top",document.documentElement.scrollTop - J + parseInt(jQuery("#" + this.pdivId + "").css("top")) + "px");
	J = document.documentElement.scrollTop}
;
	jQuery(window).scroll(function(){
	setTimeout(F.win_reset,80)}
);
	jQuery(window).resize(function(){
	if (F.checkclient){
	if (jQuery("#float_ad_replay").attr("lang")){
	if (document.documentElement.clientWidth > 1028){
	jQuery("#float_ad_replay").show()}
else{
	jQuery("#float_ad_replay").hide()}
}
}
if (F.adv.advType == 8 && jQuery("#float_ad_replay").attr("lang")){
	var M = document.documentElement.clientHeight + document.documentElement.scrollTop - jQuery("#float_ad_replay").height() - 58;
	jQuery("#float_ad_replay").css({
	top:M + "px"}
)}
if (F.position == 3 || F.position == 4){
	var N = document.documentElement.clientHeight + document.documentElement.scrollTop - jQuery("#" + this.pdivId + "").height() - F.y;
	jQuery("#" + this.pdivId + "").css({
	top:N + "px"}
)}
}
);
	this.init()}
var top = -14;
	var left = 995;
	function showFullScreenAdv(A){
	this._top = top;
	this._left = left;
	this.dtime = A.advRotateMs;
	this.pause = false;
	this.ltime = null;
	var B = this;
	this.adv = A;
	this.divId = A.advPlace;
	this.run = function(){
	jQuery("#" + this.divId + "").html("<a class='fade_btn' ></a><div class='fade_border'></div><div class='fade_main'><img class='fade_closed' src='images/dk_ad_closed.gif' height='19' width='19'/>");
	jQuery("#" + this.divId + " .fade_btn").click(function(){
	B.openad()}
);
	jQuery("#" + this.divId + " .fade_closed").click(function(){
	B.closedad()}
);
	jQuery("#" + this.divId + " .fade_btn").css({
	position:"absolute",cursor:"pointer"}
);
	jQuery("#" + this.divId + " .fade_border").css({
	position:"absolute",cursor:"pointer"}
);
	jQuery("#" + this.divId + " .fade_closed").css({
	position:"absolute",cursor:"pointer"}
);
	jQuery("#" + this.divId + " .fade_btn").css({
	display:"none",top:"-14px"}
);
	jQuery("#" + this.divId + " .fade_border").css({
	display:"none",top:"-14px"}
);
	jQuery("#" + this.divId + " .fade_btn").css({
	"z-index":"9999",left:"982px","text-align":"center",width:"52px",height:"19px","line-height":"19px","text-align":"center",background:"url(http://i3.dukuai.com/ui/style/09/img/bn_play.gif)"}
);
	jQuery("#" + this.divId + " .fade_border").css({
	display:"none",left:"995px","z-index":"5",width:"35px",height:"15px",border:"2px solid #E5E5E5"}
);
	jQuery("#" + this.divId + " .fade_main").css({
	display:"none",width:"980px",height:"0",overflow:"hidden"}
);
	jQuery("#" + this.divId + " .fade_closed").css({
	"z-index":"1000",top:"10px",right:"10px"}
);
	this.generateAdvHtml();
	this.openad()}
;
	B.generateAdvHtml = function(){
	var J = this.adv.advPlace;
	var F = this.adv.advUrl;
	var D = this.adv.advLink;
	var H = this.adv.advParam;
	var C = this.adv.advWidth;
	var G = this.adv.advHeight;
	var E = document.getElementById(J);
	if (E){
	E.style.display = "block";
	if (E.parentNode.style.display == "" || E.parentNode.style.display == "none"){
	E.parentNode.style.display = "block"}
var I;
	if (F.toLowerCase().indexOf(".swf") > 0){
	if (D == ""){
	I = "<embed src='" + F + "' width='" + C + "' height='" + G + "' type='application/x-shockwave-flash' wmode='transparent' menu='false'></embed>"}
else{
	I = "<div id='" + J + "' style='margin-bottom:5px;
	display:block;
	width:" + C + "px;
	height:" + G + "px;
	position:relative;
	'><a href='" + D + "' title='' target='_blank' onclick=\"ad_c_m('" + H + "');
	\" style='display:block;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:" + C + "px;
	height:" + G + "px;
	background:red;
	opacity:0;
	filter:alpha(opacity=0)'>1</a><OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' WIDTH='" + C + "' HEIGHT='" + G + "'><PARAM NAME='movie' VALUE='" + F + "'><PARAM NAME='quality' VALUE='high'><param name=wmode value='transparent'><EMBED src='" + F + "' wmode='transparent' quality='high' WIDTH='" + C + "' HEIGHT='" + G + "' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></EMBED></OBJECT></div>"}
jQuery("#" + this.divId + " .fade_main").append(I)}
else{
	if (F.toLowerCase().indexOf(".jpg") > 0 || F.toLowerCase().indexOf(".jpeg") > 0 || F.toLowerCase().indexOf(".gif") > 0 || F.toLowerCase().indexOf(".png") > 0){
	if (H == "" || H.length < 1){
	I = "<a href='" + D + "' target=_blank onmousedown=\"return ttclick(this,'tracefrom=" + H + "');
	\"><img src='" + F + "' width='" + C + "' height='" + G + "' border='0'></a>"}
else{
	I = "<a href='" + D + "' target=_blank onmousedown=\"return ttclick(this,'tracefrom=" + H + "');
	\" onclick=\"ad_c_m('" + H + "');
	\"><img src='" + F + "' width='" + C + "' height='" + G + "' border='0'></a>"}
jQuery("#" + this.divId + " .fade_main").append(I)}
}
}
}
;
	B.openad = function(){
	if (B.pause){
	return}
B.pause = true;
	jQuery("#" + this.divId + " .fade_btn").show();
	jQuery("#" + this.divId + " .fade_border").show();
	jQuery("#" + this.divId + " .fade_closed").hide();
	clearInterval(B.ltime);
	jQuery("#" + this.divId + " .fade_btn").html(B.dtime / 1000);
	jQuery("#" + this.divId + " .fade_border").animate({
	width:"976px",height:"400px",left:"0",top:"0",opacity:"0"}
,700,function(){
	jQuery(this).hide()}
);
	jQuery("#" + this.divId + " .fade_main").show().animate({
	height:"400px"}
,700,function(){
	jQuery("#" + B.divId + " .fade_closed").show();
	B.ltime = setInterval(B.resettime,1000)}
)}
;
	B.closedad = function(){
	clearInterval(B.ltime);
	jQuery("#" + this.divId + " .fade_border").stop();
	jQuery("#" + this.divId + " .fade_main").stop();
	jQuery("#" + this.divId + " .fade_border").show().animate({
	width:"35px",height:"15px",top:B._top + "px",left:B._left + "px",opacity:"100"}
,700);
	jQuery("#" + this.divId + " .fade_main").animate({
	height:"0"}
,700,function(){
	jQuery(this).hide();
	jQuery("#" + B.divId + " .fade_btn").show().html("�ز�");
	B.pause = false}
)}
;
	B.resettime = function(){
	jQuery("#" + this.divId + " .fade_btn").html(jQuery(".fade_btn").html() - 1);
	if (jQuery("#" + this.divId + " .fade_btn").html() == 0){
	clearInterval(B.ltime);
	B.pause = false;
	B.closedad();
	return}
}
;
	this.run()}
(function(){
	var U = [{
	advRotateMs:6000,advPlace:"adv_forum_home_full",advParam:"ad_bbs_0804hunbo_980*400",advUrl:"flash/lanrentuku.swf",advLink:"http://www.lanrentuku.com/",advWidth:980,advType:"7",advHeight:400}
];
	var R = new Array();
	var P = new Object();
	var B = new Array();
	var S = new Array();
	var G = new Array();
	var N = new Array();
	var C = new Object();
	var O = new Object();
	var J = new Array();
	var Q = new Array();
	var D = new Object();
	var A = new Array();
	for (var F = 0;
	F < U.length;
	F++){
	if (U[F].advUrl.toLowerCase().indexOf(".swf") > 0){
	J[U[F].advPlace] = (J[U[F].advPlace] ? J[U[F].advPlace]:0) + 1}
Q[U[F].advPlace] = (Q[U[F].advPlace] ? Q[U[F].advPlace]:0) + 1}
for (F in U){
	if (U[F].advType == "3"){
	if (Q[U[F].advPlace] == 2 && (J[U[F].advPlace] == 1 || J[U[F].advPlace] == 2)){
	var K = D[U[F].advPlace] || new Array();
	K.push(U[F]);
	D[U[F].advPlace] = K}
else{
	var T = C[U[F].advPlace] || new Array();
	T.push(U[F]);
	C[U[F].advPlace] = T}
}
else{
	if (U[F].advType == "4"){
	G.push(U[F])}
else{
	if (U[F].advType == "7"){
	B.push(U[F])}
else{
	if (U[F].advType == "8"){
	S.push(U[F])}
else{
	if (U[F].advType == "9"){
	N.push(U[F])}
else{
	if (U[F].advType == "10"){
	var T = P[U[F].advPlace] || new Array();
	T.push(U[F]);
	P[U[F].advPlace] = T}
else{
	if (U[F].advType == "11"){
	var L = O[U[F].advPlace] || new Array();
	L.push(U[F]);
	O[U[F].advPlace] = L}
else{
	if (U[F].advType == "12"){
	A.push(U[F])}
else{
	if (U[F].advType == "13"){
	R.push(U[F])}
else{
	R.push(U[F])}
}
}
}
}
}
}
}
}
}
for (i in R){
	var E = R[i];
	if (document.getElementById(E.advPlace)){
	showAdv(E)}
}
for (F in G){
	var E = G[F];
	if (document.getElementById(E.advPlace)){
	showFloatAdv(E)}
}
var M = 0;
	for (F in B){
	var I = B[F];
	if (I.advRotateMs < 1000){
	I.advRotateMs = 3000}
if (document.getElementById(I.advPlace)){
	M = I.advRotateMs;
	setTimeout(function(){
	showFullScreenAdv(I)}
,2000);
	break}
}
ADVERTISE.RotateAdv.init(P);
	ADVERTISE.RotateAdv.run();
	ADVERTISE.LoopAdv.init(C);
	ADVERTISE.LoopAdv.run();
	ADVERTISE.ScrollAdv.init(O);
	ADVERTISE.ScrollAdv.run();
	for (F in A){
	var E = A[F];
	if (document.getElementById(E.advPlace)){
	showFooterAdv(E)}
}
ADVERTISE.FoucsLostAdv.init(D);
	ADVERTISE.FoucsLostAdv.run();
	for (F in N){
	var E = N[F];
	if (document.getElementById(E.advPlace)){
	showVideoAdv(E)}
}
for (F in S){
	var H = S[F];
	pausetime = 2000;
	if (M != 0){
	pausetime = pausetime + 3000 + parseInt(M)}
if (H.advRotateMs < 1000){
	H.advRotateMs = 3000}
if (document.getElementById(H.advPlace)){
	setTimeout(function(){
	showPopupAdv(H)}
,pausetime);
	return}
}
}
)();
	

CSS代码(lrtk.css):

BODY{PADDING-BOTTOM:0px;MARGIN:0px;PADDING-LEFT:0px;PADDING-RIGHT:0px;PADDING-TOP:0px}
.head_ad{POSITION:relative;TEXT-ALIGN:left;MARGIN:0px auto;WIDTH:980px;DISPLAY:none;font-size:12px}
.head_ad DIV{MARGIN-BOTTOM:10px}
附件:下载该文件资源,减少时间成本(增值服务)
留言
该资源可下载
File Source
.rar
178.26 KB
最新结算
jquery虚拟键盘中文打字效果js代码
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
jquery虚拟键盘中文打字效果js代码
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
HTML5实现CSS滤镜图片切换特效代码
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
jQuery头像裁剪插件cropbox js代码
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
jQuery头像裁剪插件cropbox js代码
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
jQuery+css3实现信封效果
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
我们力求给您提供有用的文章,再此基础上,会附加营收资源,不做任何广告,让平台可以更好发展 若您发现您的权利被侵害,或使用了您的版权,请发邮件联系 sunlifel@foxmail.com ggbig觉得 : 不提供源码的文章不是好文章
合作伙伴
联系我们
  • QQ:21499807
  • 邮箱:sunlifel@foxmail.com
  • QQ扫一扫加QQ
    QQ扫一扫
Copyright 2023-2024 ggbig.com·皖ICP备2023004211号-1
打赏文章