導航:首頁 > 源碼編譯 > 廣告源碼

廣告源碼

發布時間: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代碼,放到你網站的對應位置就可以了,還能設置寬高,廣告內容什麼的。但是有個前提,一定要是你自己的帳號,不然收益就是別人的了

閱讀全文

與廣告源碼相關的資料

熱點內容
斯爾app怎麼刷題 瀏覽:553
ug加工策略圖標文件夾 瀏覽:479
windows點開金蝶伺服器地址 瀏覽:422
計劃成本核演算法適用 瀏覽:751
單片機系統介紹 瀏覽:780
ipad上的自帶視頻app怎麼用 瀏覽:736
xamppphp網站 瀏覽:196
pdf掛件 瀏覽:140
linux驅動隊列 瀏覽:456
java程序員答錯題 瀏覽:437
遮陽網黑色加密 瀏覽:860
粉紅色的文件夾用英語怎麼說 瀏覽:349
手機桌面文件夾整理怎麼備注名稱 瀏覽:875
primepdf 瀏覽:187
php獲取登錄ip 瀏覽:993
汽車前擋風玻璃與中控台加密封條 瀏覽:596
程序員轉行做家居 瀏覽:253
網頁怎麼安裝app 瀏覽:802
電子愛好者單片機作品 瀏覽:235
es文件夾瀏覽軟體 瀏覽:500