كلام متحرك على المسطرة
ضع هذا الكود مابين علامتى
<body> </body>
<script LANGUAGE="JavaScript"> <!-- // Scrolling message settings var MessageText = "طارق العدروسي يرحب بكم في موقعه الجديد .. هذا الموقع تحت الإنشاء .. فأهلا ومرحباًُ بكم Tarek3e.cjb.net" var DisplayLength = 130 var pos = 1 - DisplayLength; function ScrollInStatusBar(){ var scroll = ""; pos++; if (pos == MessageText.length) pos = 1 - DisplayLength; if (pos<0) { for (var i=1; i<=Math.abs(pos); i++) scroll = scroll + " "; scroll = scroll + MessageText.substring(0, DisplayLength - i + 1); } else scroll = scroll + MessageText.substring(pos, pos + DisplayLength); window.status = scroll; //Scrolling speed setTimeout("ScrollInStatusBar()",50); } ScrollInStatusBar() //--> </script>
مثال ذلك
عوده للخلف
الصفحة الرئيسية