العربية
<!--لتحقيق هذا التأثير، يلزم خطوتين. الخطوة الأولى هي: أضف الكود التالي إلى منطقة <head>--> <script language=""> <!-- var yourwords = "Welcome to the. أكاديمية بناء المواقع !! !"; var speed = 700; var control = 1; function flash() { if (control == 1) { window.status=yourwords; control=0; } else { window.status = "" ; control=1; } setTimeout("flash()",speed } // --> </script> <!--الخطوة 2: أضف "onLoad="flash()"" إلى علامة <body> --> <body onLoad="flash()">