Free Web Hosting Provider
-
Web Hosting
-
E-commerce
-
High Speed Internet
-
Free Web Page
Search the Web
اظغط هنا لتضليل الكود
<script> function HelpArray(len) { this.length=len } HelpText = new HelpArray(5) HelpText[0] = "مارأيك بهذا التاثير" HelpText[1] = "مع تحياتي سلطان" HelpText[2] = "عزيزى الزائر لاى مساعدة هذا هو ايميلى" HelpText[3] = "sultan462@yahoo.com" HelpText[4] = "شكرا على الزيارة" ScriptText = new HelpArray(5) var i = -1 function playHelp() { if (i == 4) { i = 0 } else { i++ } div1.filters[0].apply() div1.innerText = HelpText[i] div1.filters[0].play() mytimeout = setTimeout("playHelp()",7000) } </script> <body onload = playHelp()> <DIV id=div1 style="position: absolute; top:20; left:20; width:300; height:300; font-size:40; text-align:center; filter: revealTrans(Transition=12, Duration=2)" onload=playHelp()></DIV> </body>