有哪些常用的JS对联广告代码?

带关闭的悬浮对联广告代码这种悬浮对联广告是最常用的一种,把下面的代码复制保存为ad 。js文件,然后在网页中插入代码script src=https://www.sosowu.com/a/js/ad 。js type=text/javascript/script即可,当然记得做一张图片,图片如称ad 。
jpg,这里设置的路径为images,代码如下:var browser={ie6:function{return((window 。XML 。
innerWidth)=='number'){myHeight=window 。innerHeight;myWidth=window 。innerWidth}else if(document 。documentElement){myHeight=document 。
documentElement 。clientHeight;myWidth=document 。documentElement 。clientWidth}else if(document 。body){myHeight=document 。body 。clientHeight;myWidth=document 。
body 。clientWidth}return{'height':myHeight,'width':myWidth}},getScroll:function{var myHeight=0;var myWidth=0;if(typeof(window 。
pageYOffset)=='number'){myHeight=window 。pageYOffset;myWidth=window 。pageXOffset}else if(document 。documentElement){myHeight=document 。
【有哪些常用的JS对联广告代码?】documentElement 。scrollTop;myWidth=document 。documentElement 。scrollLeft}else if(document 。body){myHeight=document 。body 。scrollTop;myWidth=document 。
body 。scrollLeft}return{'height':myHeight,'width':myWidth}},getDocWidth:function(D){if(!D)var D=document;return Math 。max(Math 。
max(D 。body 。scrollWidth,D 。documentElement 。scrollWidth),Math 。max(D 。body 。offsetWidth,D 。documentElement 。offsetWidth),Math 。max(D 。
body 。clientWidth,D 。documentElement 。clientWidth))},getDocHeight:function(D){if(!D)var D=document;return Math 。max(Math 。max(D 。
body 。scrollHeight,D 。documentElement 。scrollHeight),Math 。max(D 。body 。offsetHeight,D 。documentElement 。offsetHeight),Math 。max(D 。
body 。clientHeight,D 。documentElement 。clientHeight))}};var dom={ID:function(id){var type=typeof(id);if(type=='object')return id;if(type=='string')return document 。
getElementById(id);return null},insertHtml:function(html){var frag=document 。createDocumentFragment;var div=document 。createElement(div);div 。
innerHTML=html;for(var i=0,ii=div 。childNodes 。length;iii;i++){frag 。appendChild(div 。childNodes[i])}document 。body 。insertBefore(frag,document 。
body 。firstChild)}};var myEvent={add:function(element,type,handler){var ele=dom 。ID(element);if(!ele)return;if(ele 。addEventListener)ele 。
addEventListener(type,handler,false);else if(ele 。attachEvent)ele 。attachEvent(on+type,handler);else ele[on+type]=handler},remove:function(element,type,handler){var ele=dom 。
ID(element);if(!ele)return;if(ele 。removeEventListener)ele 。removeEventListener(type,handler,false);else if(ele 。detachEvent)ele 。
detachEvent(on+type,handler);else ele[on+type]=null}};var position={rightCenter:function(id){var id=dom 。ID(id);var ie6=browser 。
ie6;var win=browser 。getWindow;var ele={'height':id 。clientHeight,'width':id 。clientWidth};if(ie6){var scrollBar=browser 。
getScroll}else{var scrollBar={'height':0,'width':0};id 。style 。position='fixed'}ele 。top=parseInt((win 。height-ele 。height)/2+scrollBar 。
height);id 。style 。top=ele 。top+'px';id 。style 。right='3px'},floatRightCenter:function(id){position 。rightCenter(id);var fun=function{position 。
rightCenter(id)};if(browser 。ie6){myEvent 。add(window,'scroll',fun);myEvent 。add(window,'resize',fun)}else{myEvent 。add(window,'resize',fun)}},leftCenter:function(id){var id=dom 。
ID(id);var ie6=browser 。ie6;var win=browser 。getWindow;var ele={'height':id 。clientHeight,'width':id 。clientWidth};if(ie6){var scrollBar=browser 。
getScroll}else{var scrollBar={'height':0,'width':0};id 。style 。position='fixed'}ele 。top=parseInt((win 。height-ele 。height)/2+scrollBar 。
height);id 。style 。top=ele 。top+'px';id 。style 。left='3px'},floatLeftCenter:function(id){position 。leftCenter(id);var fun=function{position 。


以上关于本文的内容,仅作参考!温馨提示:如遇专业性较强的问题(如:疾病、健康、理财等),还请咨询专业人士给予相关指导!

「辽宁龙网」www.liaoninglong.com小编还为您精选了以下内容,希望对您有所帮助: