Go Back   Dynamic Drive Forums > General Coding > Looking for such a script or service
Search Dynamic Drive Forums:

Reply
 
Thread Tools Search this Thread
  #1  
Old 02-06-2008, 01:37 AM
Basim Basim is offline
Junior Coders
 
Join Date: Nov 2007
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default top menue js as http://otvet.mail.ru/

hello
is there any such script as here
http://otvet.mail.ru/
i mean on top
how they controll it
i just view source and found this
<script type="text/javascript">
var projectIconPath = "http://img.mail.ru/mail/ru/images/";
var allProjectsArray = [
["Почта", "http://mail.ru/", "mail-all.gif"],
["Агент", "http://agent.mail.ru/", "agent4-all.gif"],
["Открытки", "http://cards.mail.ru/", "cards2-all.gif"],
["Фото", "http://foto.mail.ru/", "foto-all2.gif"],
["Видео", "http://video.mail.ru/", "video2-all.gif"],
["Блоги", "http://blogs.mail.ru/", "blogs-all.gif"],
["Карты", "http://map.mail.ru/", "map-all.gif"],
["Товары", "http://r.mail.ru/cln3339/torg.mail.ru/", "torg-all.gif"],
["Знакомства", "http://love.mail.ru/", "love-all.gif"],
["Игры", "http://games.mail.ru/", "games-all.gif"],
["Новости", "http://news.mail.ru/", "news-all.gif"],
["Авто", "http://auto.mail.ru/", "cars-all.gif"],
["Афиша", "http://afisha.mail.ru/", "afisha2-all.gif"],
["Путешествия", "http://travel.mail.ru/", "tour-all.gif"],
["Погода", "http://weather.mail.ru/", "weather-all.gif"],
["Гороскопы", "http://horo.mail.ru/", "horo-all.gif"]
];
var projectsHtmlContent = "";
for (i = 0; i < allProjectsArray.length; i++) {
projectsHtmlContent += "<a href=" + allProjectsArray[i][1] + "><img src=" + projectIconPath + allProjectsArray[i][2] + " width=16 height=16 alt=\"" + allProjectsArray[i][0] + "\" border=0 align=absmiddle>" + allProjectsArray[i][0] + "</a>";
}
document.write("\
<td width=\"100%\">\
<div id=top_menu>" + projectsHtmlContent + "</div>\
</td>\
");
</script>


thanks in advance for any help
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:07 AM.

Home - Contact Us - Archives - Link to DD - Top 

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.