العربية
<!--لتحقيق هذا التأثير، أضف الكود التالي إلى منطقة <body>--> <script language="JavaScript"> <!-- var current = 0 var x = 0 var speed = 200 var speed2 = 5000 function initArray(n) { this.length = n for (var i =1; i <= n; i++) { this[i] = ' ' } } action = new initArray(4) action[0]="Welcome www.downcodes.com!" action[1]="هذه هي أكاديمية بناء موقع الويب!" action[2]="ما يهمك هو ما نهتم به!" action[3]="شكرًا لك مرة أخرى على حضورك! "وظيفة action2() { var m = action[current] window.status = m.charAt(x++) if (x == m.length + 1) { x = 0 current++ window.status = m if (current > action. الطول - 1) { الحالي = 0 } setTimeout("action2()"، speed2) } else { setTimeout("action2()"، speed) } } action2() //--> </script>