[Date Prev][Date Next][Thread Prev] [Thread Next][Date Index] [Thread Index]

Java Script problem


  • From: ozdu0001  
  • Date: Tue, 29 Jul 2003 15:17:33 +0000

Hello,
I am trying to add JavaScript as I did have in my privious ringlink. Same code 
but i keep getting this error message...

Do i need to know something about this new template system? 
Here is the error message and the code that I am trying to add...

Error!
Unknown template variable in templates/top.html: [1]
Unknown template variable in templates/top.html: [2]
Unknown template variable in templates/top.html: [3]
Unknown template variable in templates/top.html: [4]
Unknown template variable in templates/top.html: [5]
Unknown template variable in templates/top.html: [6]
Unknown template variable in templates/top.html: [7]
......

Here is the code:
<script language="JavaScript">
<!--
function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="http://www.turkish-media.com/baslik.gif";
myimages[2]="http://www.turkish-media.com/baslik/baslik2.gif"; 
myimages[3]="http://www.turkish-media.com/baslik/baslik3.gif";
myimages[4]="http://www.turkish-media.com/baslik/baslik4.gif";
myimages[5]="http://www.turkish-media.com/baslik/baslik5.gif";
myimages[6]="http://www.turkish-media.com/baslik/baslik6.gif";
myimages[7]="http://www.turkish-media.com/baslik/baslik7.gif";
myimages[8]="http://www.turkish-media.com/baslik/baslik8.gif";
myimages[9]="http://www.turkish-media.com/baslik/baslik9.gif";
myimages[10]="http://www.turkish-media.com/baslik/baslik10.gif";
myimages[11]="http://www.turkish-media.com/baslik/baslik11.gif";
myimages[12]="http://www.turkish-media.com/baslik/baslik12.gif";
//image display text
var imagetext=new Array()
imagetext[1]="Türkiyenin en genis medya portali-Elli binin üstünde link ve Bes 
yüzün üstünde program"
imagetext[2]="Bundan daha büyük bir medya portali yok-inanmiyorsaniz siteyi 
dolasin ve görün"
imagetext[3]="En yeni programlar bu sitede-internette görebileceginiz en yeni 
programlar bu sitede"
imagetext[4]="Bir hayat-arkadasimi ariyorsunuz, is sonrasi bir meptup 
arkadasimi veya haftasonlari gezebileceginiz birisinimi? Turkish-media.com 
ayni zevklere veya ihtiyaçlara sahip insanlari güvenilir bir yolla biraraya 
getiriyor.  iste size çöpçatanlik servisi. "
imagetext[5]="Türkiyenin en iyi chat servisi burada-HTML formatinda veya java 
Appleti ile. hadi konussaniza"
imagetext[6]="Üye olun ve yeniliklerden ilk elden haber alin-Mutlaka ama 
mutlaka üye olun"
imagetext[7]="Yemek tarifleri resimleri ile birlikte-En çok hangi yemegi 
seviyorsunuz?"
imagetext[8]="Detayli Türkiye Yol Haritasi Burada-Tiklayin ve görün"
imagetext[9]="internetin en iyi arama motoru.  interneti bir kalemde ara..."
imagetext[10]="Al-Sat-Kirala-Kiralik Bul-Araba Sat-Araba Al-is Ara-is Bul"
imagetext[11]="Elektronik posta karti gonder.  Kime isterseniz bir e-mail ile 
herseyi bir anda halledin"
imagetext[12]="Yüzlerce oyun. Java appletleri, java scriptleri, flash 
oyunlari, çocuklar için, büyükler icin. Ne duruyorsunuz, TIKLASANIZA?"

//specify corresponding links below
var imagelinks=new Array()
imagelinks[1]="http://www.turkish-media.com/index.html";
imagelinks[2]="http://www.turkish-media.com/index.html";
imagelinks[3]="http://www.turkish-media.com/index.html";
imagelinks[4]="http://www.turkish-media.com/copcatan/index.html";
imagelinks[5]="http://www.turkish-media.com/smallworld/w_login.html";
imagelinks[6]="http://www.turkish-media.com/mail_listeleri.htm";
imagelinks[7]="http://www.turkish-media.com/yem_tar/main.htm";
imagelinks[8]="http://www.turkish-media.com/y_h/turk_map.htm";
imagelinks[9]="http://www.turkish-media.com/ara_mot/main.htm";
imagelinks[10]="http://www.turkish-media.com/il_pan/main.htm";
imagelinks[11]="http://www.turkish-media.com/postcard/index.html";
imagelinks[12]="http://www.turkish-media.com/oyun/main.htm";

var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" 
alt="'+imagetext[ry]+'" border=0></a>')
}
random_imglink()
//-->
</script>

Thank you for your help..
Nezihi


Follow-Ups from:
Gunnar Hjalmarsson

[Date Prev][Date Next][Thread Prev] [Thread Next][Date Index] [Thread Index]