اهلا و سهلا بكم في منتدى 9raya.com
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

اهلا و سهلا بكم في منتدى 9raya.com


 
الرئيسيةأحدث الصورالتسجيلدخول

 

 كود كلام يتحرك بالبار العلوي جديد

اذهب الى الأسفل 
كاتب الموضوعرسالة
achraf
.::امير منتدى::.
achraf


عدد الرسائل : 227
رقم العضويه : 1
هدا وسا مك: : كود كلام يتحرك بالبار العلوي جديد 5
المزيد : انــآ الــذى ابكيــت القمــر مــن آجلـ،،ــك
التميز : كود كلام يتحرك بالبار العلوي جديد 110
تاريخ التسجيل : 19/01/2008

كود كلام يتحرك بالبار العلوي جديد Empty
مُساهمةموضوع: كود كلام يتحرك بالبار العلوي جديد   كود كلام يتحرك بالبار العلوي جديد Emptyالأربعاء يناير 28, 2009 9:33 am

السلام عليكم

هل تشاهد البار العلوي للصفحة..؟

ماهو رأيك..؟

هل تريد مثله ..؟

اوكي

هذا هو الكود

جديد و رائع جداًَ

وليس طويلا



مقالة:
[quote]var message="السلام عليكم أخي زائر الموضوع , ان شاء الله يعجبك الكود
var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 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
الرمز:
[code]var message="مرحباً بك فى منتدانا منتديات غير الناس" //specifys the title
var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 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
الرجوع الى أعلى الصفحة اذهب الى الأسفل
https://massaoudi.yoo7.com
 
كود كلام يتحرك بالبار العلوي جديد
الرجوع الى أعلى الصفحة 
صفحة 1 من اصل 1

صلاحيات هذا المنتدى:لاتستطيع الرد على المواضيع في هذا المنتدى
اهلا و سهلا بكم في منتدى 9raya.com :: O• ( المنتديات التقنية) •O :: منتدى أكواد الجافا-
انتقل الى: