• صفحة 1 من%
  • 1
مجتمع uCoz العربي للدعم والمساعدة » اصحاب المواقع والويب ماسترز » اكواد وحلول HTML » كود رسالة تتحرك في البار العلوي
كود رسالة تتحرك في البار العلوي
karika
مشاركات: 630
السمعة: 5
مشاركة # 1 | 14:28
Quote
<script language="JavaScript1.2">
// *******************************************************************
// script by drevil_nz, Michael Dillon, Christchurch New Zealand.
// Permission granted to use this script provided this credit
// remains intact. Visit my homepage www.chc.quik.co.nz/juggler/mikey.html
// Script written for Internet Explorer 4.0+.
// *******************************************************************

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
</script>


dawood
مشاركات: 45
السمعة: 0
مشاركة # 2 | 20:24
نااااااااااااااااااااااااااااااايس تسلم يآ‘ صحبي ع ى‘لكووود تسلم آ‘يـــــــــــدك
http://7ob4.at.ua/
ehabbibo
مشاركات: 832
السمعة: 6
مشاركة # 3 | 22:50
ممتازة مواضيعك اخى
نتمنى مزيدا من التقدم
tamer999
مشاركات: 450
السمعة: 6
مشاركة # 4 | 23:18
karika,
اهلا كاريا
حمدا لله على السلامة

لا اله الا انت سبحانك انى كنت من الظالمين

www.radiorona.com
radiorona@radiorona.com
thugstyle
مشاركات: 24
السمعة: 0
مشاركة # 5 | 04:41
موضوع رائع ... لكن اين يجب علي وضع السكريبت ??
0hansa0
مشاركات: 5
السمعة: 0
مشاركة # 6 | 11:42
انا عملته ورائع شاهده على موقع
http://0hamsa1.ucoz.com
تسلم اديك
مجتمع uCoz العربي للدعم والمساعدة » اصحاب المواقع والويب ماسترز » اكواد وحلول HTML » كود رسالة تتحرك في البار العلوي
  • صفحة 1 من%
  • 1
بحث: