实用的网页右下角弹窗广告代码,这个弹窗特效兼容当前主流浏览器,可跟随页面滚动悬浮显示,带关闭按钮。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-Type" content="text/html;charset=gb2312"> <meta name="keywords" content="武鸣人网站,武鸣信息网,武鸣本地网,武鸣信息资源平台,减肥,健身,励志,励志语录,js特效,网页特效,www.wuming.ren"> <meta name="description" content="欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。"> <title>悬浮右下角网页弹窗广告代码_武鸣人</title> </head> <body> <a href="https://www.wuming.ren">武鸣人</a>,各种信息资源免费发布,分享励志语录经典短句,减肥健身常识,各种js特效代码。网站很好记住,wuming.ren(武鸣拼音.ren域名后缀)<hr> <!--欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。--> <script type="text/javascript" src="https://www.wuming.ren/ad/tc.js"></script> <script type="text/javascript" src="https://www.wuming.ren/ad/a.js"></script> <script language="javascript"> document.write('<div id="china_ads_div405" style="width:200px">'); document.write('<div style="text-align:right;padding-right:5px;font-weight:700;cursor: pointer;font-size:12px;color:#000067;background:#CAEBFE;border:1px #245286 solid;border-bottom:0" onclick="document.getElementById(\'china_ads_div405\').style.display=\'none\'">关闭</div>'); document.write('<div><a href="tencent://message/?uin=305686263&Site=https://www.wuming.ren/&Menu=yes" target="_blank"><img src="/img/20240406_www_wuming_ren_2.gif" width="200" height="150" border="0"></a></div>'); document.write('</div>'); var Class = { create: function() { return function() { this.initialize.apply(this, arguments); } } }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) Function.prototype.bind = function() { var __method = this, args = $A(arguments), object = args.shift(); return function() { return __method.apply(object, args.concat($A(arguments))); } } var $A = Array.from = function(iterable) { if (!iterable) return []; if (iterable.toArray) { return iterable.toArray(); } else { var results = []; for (var i = 0; i < iterable.length; i++) results.push(iterable[i]); return results; } }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) var Float = Class.create(); Float.prototype = { initialize: function(elem, options) { this.toDo = options.toDo || function(){}, this.bodyScrollTop = document.documentElement.scrollTop || document.body.scrollTop, this.bodyScrollLeft = document.documentElement.scrollLeft || document.body.scrollLeft, this.element = document.getElementById(elem); this.dely = options.dely || 500; this.top = options.top || 0; this.left = options.left || 0; }, start:function(){ if(!this.element){ alert('please set a element first!'); return false; } this.element.style.position = 'absolute'; this.toDo(); setInterval(this.toDo.bind(this),this.dely) } } var f = new Float('china_ads_div405',{dely:100, toDo:function(){ var isIE = document.all && window.external; this.bodyScrollTop = document.documentElement.scrollTop || document.body.scrollTop; this.bodyScrollLeft = document.documentElement.scrollLeft || document.body.scrollLeft; if(isIE){ this.docWidth = document.documentElement.clientWidth || document.body.clientWidth; this.docHeight = document.documentElement.clientHeight || document.body.clientHeight; }else{ this.docWidth = (document.body.clientWidth > document.documentElement.clientWidth)?document.documentElement.clientWidth:document.body.clientWidth; this.docHeight = (document.body.clientHeight > document.documentElement.clientHeight)?document.documentElement.clientHeight:document.body.clientHeight; } this.element.style.top = (this.docHeight - parseInt(this.element.offsetHeight,10)) + parseInt(this.bodyScrollTop, 10)+ 'px'; this.element.style.left = (this.docWidth - parseInt(this.element.offsetWidth,10)) + parseInt(this.bodyScrollLeft, 10) + 'px'; } });//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) f.start(); </script> <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> </body> </html>
本文来自武鸣人网站,转载请注明出处