广告代码用iframe嵌套的方法(彻底解决广告代码拖慢网页)
第一,建立一个以.htm 或 .html 或 .asp后缀结尾的页面都行我们以ads.html 为例,然后把
<script language="javascript" src="http://count.hotadv.com/code/cpc/16382.aspx" charset="utf-8"></script>
放进去页面里
第二,就是
<iframe src=""></iframe>
调用,具体格式
<iframe vspace=0 hspace=0 marginWidth=0 marginHeight=0 src="ads.html" frameBorder=0 width=468 scrolling=no height=60 leftmargin="0" topmargin="0"></iframe>
其中各种参数讲解:
vspace是垂直方向移动;向上移动100像素格式是vspace=-100
hspace是水平方向移动;向左移动100像素格式是hspace=-100
width和marginWidth都是嵌入框架的宽度
height和marginheight都是嵌入框架的高度
scrolling是,是否显示下拉标识,"no"是隐藏,"yes"是显示
leftmargin是距离左端的距离
topmargin是距离上端的距离 GG的话,可是不允许的哦 謝謝分享
受用良多
页:
[1]