سؤال أو طلب - البحث - دخول الأعضاء - الأرشيف - التبادل الإعلاني - أخبر صديقك - اتصل بنا - الإحصائيات
القائمة الرئيسية
الأقسام الرئيسية
دروس خارجيه
أدوات المصمم
مكتبة الأكواد
نص متغير اللون مثل الموج
حدد الكود وإضغط مفتاحي Ctrl+C لنسخ الكود
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1256"> <title></title> </head> <body> <h2> <script language="JavaScript1.2"> var message="ابوليالي يرحب بكم" var neonbasecolor="blue" var neontextcolor="red" var flashspeed=25 //in milliseconds ///No need to edit below this line///// var n=0 if (document.all){ document.write('<font color="'+neonbasecolor+'">') for (m=0;m<message.length;m++) document.write('<span id="neonlight">'+message.charAt(m)+'</span>') document.write('</font>') //cache reference to neonlight array var tempref=document.all.neonlight } else document.write(message) function neon(){ //Change all letters to base color if (n==0){ for (m=0;m<message.length;m++) tempref[m].style.color=neonbasecolor } //cycle through and change individual letters to neon color tempref[n].style.color=neontextcolor if (n<tempref.length-1) n++ else{ n=0 clearInterval(flashing) setTimeout("beginneon()",100) return } } function beginneon(){ if (document.all) flashing=setInterval("neon()",flashspeed) } beginneon() </script></h2> </body> </html>
إستضافة وتطوير Tsmimk.com