首页 > Js/Jquery

js广告代码怎么添加进网页

发表于2015-04-16 16:34:19| --次阅读| 来源webkfa| 作者小猪仔

摘要:js广告代码怎么添加进网页

把生成广告代码放到页面上就什么,有些广告代码是绑定域名的

js代码
<div class="ad_300_100">
	<script type="text/javascript">
		 //淘宝的广告代码,就是这样放的
		 document.write('<a style="display:none!important" id="tanx-a-mm_43439014_7536100_25124355"></a>');
		 tanx_s = document.createElement("script");
		 tanx_s.type = "text/javascript";
		 tanx_s.charset = "gbk";
		 tanx_s.id = "tanx-s-mm_43439014_7536100_25124355";
		 tanx_s.async = true;
		 tanx_s.src = "http://p.tanx.com/ex?i=mm_43439014_7536100_25124355";
		 tanx_h = document.getElementsByTagName("head")[0];
		 if(tanx_h)tanx_h.insertBefore(tanx_s,tanx_h.firstChild);
	</script>
</div>

相关文章

猜你喜欢

学到老在线代码浏览器 关闭浏览
友情链接: hao123 360导航 搜狗网址导航 114啦网址导航 博客大全
Copyright © 1999-2014, WEBKFA.COM, All Rights Reserved  京ICP备14034497号-1