المساعد الشخصي الرقمي

عرض الإصدار الكامل : لجعل عنوان منتداك متحرك فقط اضافة بسيطه


ممرض محترف
02-20-2007, 08:21 AM
مثال

www.alhafr.info/vb

شاهد في الاعلى عنوان الموقع متحرك

بالمرفقات فقط غير اسم الموقع الى اسم موقعك ورابط الموقع الى موقعك

اتمنى لكم التوفيق والسداد

ابو شنب
02-20-2007, 05:11 PM
مشكور على الكود

<script language="JavaScript1.2">


var message="منتديات العيص www.al3es.net." //specifys the title
var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 vip@al3es.net = 1.5seconds.
i="0" //declares the variable and sets it to start at 0
var temptitle="" //declares the variable and sets it to have no value yet.
var speed="150" //the delay in milliseconds between letters

function titler(){
if (!document.all&&!document.getElementById)
return
document.title=temptitle+message.charAt(i) //sets the initial title
temptitle=temptitle+message.charAt(i) //increases the title by one letter
i++ //increments the counter
if(i==message.length) //determines the end of the message
{
i="0" //resets the counter at the end of the message
temptitle="" //resets the title to a blank value
}
setTimeout("titler()",speed) //Restarts. Remove line for no-repeat.
}

window.onload=titler
</script>

haiman
02-21-2007, 03:28 PM
مشكوور اخى

تسلم ايدك

برق الظلام
02-24-2007, 09:58 AM
مشكور ولاعدمناك يالقرم

الموريتاني
02-24-2007, 05:12 PM
اخي اين يوضع الكود

ღ سارة ღ
04-15-2007, 05:40 AM
أنا نسخت الكود و عدلت فيه حسب عنوان موقعي
بس مادري كيف صار الدعاء اللي بالأسفل
هو اللي يتحرك بالأعلى بدل الأسم !!!

ممرض محترف
04-16-2007, 12:01 AM
لانك مركبن اثنين بتاع الدعاء وهذا