kod:
<SCRIPT language=JavaScript1.2> <!--- var marqueewidth=300 var marqueeheight=100 var speed=1 var marqueecontents='EZZEL AZ ÜZENŐFALLAL<br>ÜZENHETSZ LÁTOGATÓIDNAK<br>BARÁTAIDNAK ÉS KEDVESEDNEK IS!<br>AZ A LÉNYEG, HOGY MINDEN SOR KÖZÉ<br>TEGYÉL EGY ILYEN JELET, AMIT A KÓDBAN IS LÁTSZ!<br>AZT, HOGY MILYEN HOSSZÚ SZÖVEGET LEHET<br>ÍRNI, MÉG NEM TEPASZTALTAM KI<br>AKI MÁR TUDJA, ÍJA MEG!<br>JÓ MUNKÁT, SOK ÖRÖMÖT, SIKERT KÍVÁNOK: MARIANN<br><br>' if (document.all) document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>') function regenerate(){ window.location.reload() } function regenerate2(){ if (document.layers){ setTimeout("window.onresize=regenerate",450) intializemarquee() } } function intializemarquee(){ document.cmarquee01.document.cmarquee02.document.write(marqueecontents) document.cmarquee01.document.cmarquee02.document.close() thelength=document.cmarquee01.document.cmarquee02.document.height scrollit() } function scrollit(){ if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1)){ document.cmarquee01.document.cmarquee02.top-=speed setTimeout("scrollit()",100) } else { document.cmarquee01.document.cmarquee02.top=marqueeheight scrollit() } } window.onload=regenerate2 //---> </SCRIPT> |