导航:首页 > 源码编译 > 广告源码

广告源码

发布时间:2022-02-13 17:14:15

‘壹’ 怎么添加广告代码

/ad/2.js'></Script>"

str1=instr(1,TengLin,"<!DOCTYPE")
str2=instr(1,TengLin,"</form> </div>")
cur1=mid(TengLin,str1,str2-str1)
TengLin=Replace(TengLin,cur1,"")
str1=instr(1,TengLin,"</td></tr></table>")
str2=instr(1,TengLin,"</html>")+1000
cur1=mid(TengLin,str1,str2-str1)
TengLin=Replace(TengLin,cur1,"</td></tr></table>")
str1=instr(1,TengLin,"<div class=""blockContent""><div")
str2=instr(1,TengLin,"</fieldset></div>")+11
cur1=mid(TengLin,str1,str2-str1)
TengLin=Replace(TengLin,cur1,"<div class=""blockContent"">")
str1=instr(1,TengLin,"<script>")
str2=instr(1,TengLin,"js></script></div>")+12
cur1=mid(TengLin,str1,str2-str1)
TengLin=Replace(TengLin,cur1,ad_str)
If TengLin<>"$False$" Then
TLCMS=TengLin
Else
TLCMS=ErrMsg

倒数第五行才是真正加广告的地方,其他地方要加的话必须对所读入的网页进行详细分析,经过较大修改才可以。
TengLin=Replace(TengLin,cur1,ad_str)

‘贰’ html大侠:帮我写一个网页广告代码,谢谢!

<div style="hight:100px;line-height:100px;width:100px;padding:5px;text-align=center">
<img src="你广告图片的地址"/>
<div>
或者
<table><tr><td valign="middle" style="width:100px;padding:5px;text-align=center">
<img src="你广告图片的地址"/>
</td></tr><table>

‘叁’ 如何把别人的广告代码加到自己网站上

只要直接复制源代码,然后插到你的网站源代码中就可以,最好在dreamweaver中操作。
查看原帖>>

‘肆’ 寻求滚动网页广告代码

<script language=vbs>
for i = 1 to 200
document.write ("<br>")
next
</script>
<script language="JavaScript">
var delta=0.15
var collection;
function floaters() {
this.items = [];
this.addItem = function(id,x,y,content)
{
document.write('<DIV id='+id+' style="Z-INDEX: 10; POSITION: absolute; width:80px; height:60px;left:'+(typeof(x)=='string'?eval(x):x)+';top:'+(typeof(y)=='string'?eval(y):y)+'">'+content+'</DIV>');

var newItem = {};
newItem.object = document.getElementById(id);
newItem.x = x;
newItem.y = y;

this.items[this.items.length] = newItem;
}
this.play = function()
{
collection = this.items
setInterval('play()',10);
}
}
function play()
{
if(screen.width<=800)
{
for(var i=0;i<collection.length;i++)
{
collection[i].object.style.display = 'none';
}
return;
}
for(var i=0;i<collection.length;i++)
{
var followObj = collection[i].object;
var followObj_x = (typeof(collection[i].x)=='string'?eval(collection[i].x):collection[i].x);
var followObj_y = (typeof(collection[i].y)=='string'?eval(collection[i].y):collection[i].y);

if(followObj.offsetLeft!=(document.body.scrollLeft+followObj_x)) {
var dx=(document.body.scrollLeft+followObj_x-followObj.offsetLeft)*delta;
dx=(dx>0?1:-1)*Math.ceil(Math.abs(dx));
followObj.style.left=followObj.offsetLeft+dx;
}

if(followObj.offsetTop!=(document.body.scrollTop+followObj_y)) {
var dy=(document.body.scrollTop+followObj_y-followObj.offsetTop)*delta;
dy=(dy>0?1:-1)*Math.ceil(Math.abs(dy));
followObj.style.top=followObj.offsetTop+dy;
}
followObj.style.display = '';
}
}

var theFloaters = new floaters();
theFloaters.addItem('followDiv1','document.body.clientWidth-106',80,'<a href=http://thw.home.sunbo.net target=_blank><img src=xfile.php?xname=U61I801&fname=logo.gifborder=0></a><br><br>');
theFloaters.addItem('followDiv2',6,80,'<a href=http://thw.home.sunbo.net target=_blank><img src=xfile.php?xname=U61I801&fname=logo3.gif border=0></a><br><br');
theFloaters.play();
</script>

‘伍’ 想要提取EDM广告邮件中,广告的源代码,请高手告诉我如何查看提取

回复或者转发。进入编辑页面。 然后选择查看html代码。 就是源代码了

‘陆’ 怎么制作广告代码

<img src="http://图片地址" border="0" width="344" height="255">
把图片上传到你中间的网站空间。。。。 自己定义图片的高度和宽度width="344" height="255" 。。。如果要出点击图片就跳转到别的网页就在前面加上例如:<a href="http://www.zzbaa.com"target="_blank">
<img src="http://图片地址" border="0" width="344" height="255"></a>

跳转网页自己修改!

<a href="http://www.zzbaa.com"target="_blank">
<img src="http://图片地址" border="0" width="344" height="255"></a>

这个是跳转网页在新窗口打开!

‘柒’ 网站广告代码,求:能点击在新窗口打开,有源码我不懂!

只要在<a>里加上target="_blank"就行了

‘捌’ html广告代码

这你得自己注册帐号,然后找到对应的广告代码,别人给你的这种广告代码放到你的网站上收益也是别人的,不会是你的,很早之前弄过好像是网络推广还是啥的,注册完了进去以后在对应的地方申请广告,然后需要往你网站的首页插入一段js脚本,然后验证这个是不是你的网站,验证通过以后会生成类似你截图中的一段js代码,放到你网站的对应位置就可以了,还能设置宽高,广告内容什么的。但是有个前提,一定要是你自己的帐号,不然收益就是别人的了

阅读全文

与广告源码相关的资料

热点内容
新闻推荐系统源码 浏览:224
php中文星号 浏览:501
服务器4盘是什么意思 浏览:594
如何重启或关闭服务器 浏览:348
pdf文档加水印 浏览:836
机构抢筹指标公式源码 浏览:266
linux脚本awk 浏览:558
程序员怎么跟领导提升 浏览:75
pdf怎么生成目录 浏览:387
如何保护自己的服务器 浏览:69
html5上传图片压缩 浏览:473
支付宝账单文件如何解压 浏览:859
查看内核版本命令 浏览:956
w10加密盘驱动锁死怎么办 浏览:946
全新云服务器价格对比 浏览:389
python为什么去除了switch语句 浏览:56
二进制7到8的算法 浏览:809
服务器机柜叫什么名字 浏览:347
vue3源码作者 浏览:830
app右下角标怎么关 浏览:833