<SCRIPT language=JavaScript> <!-- innen /* Letöltve a ThomasWebMűhely javascript archívumából: http://twm.faxunil.hu/muhely/ */ window.onerror = null; var bName = navigator.appName; var bVer = parseInt(navigator.appVersion); var NS4 = (bName == "Netscape" && bVer >= 4); var IE4 = (bName == "Microsoft Internet Explorer" && bVer >= 4); var NS3 = (bName == "Netscape" && bVer < 4); var IE3 = (bName == "Microsoft Internet Explorer" && bVer < 4); var blink_speed=100; // villogás sebessége itt állítható var i=0; if (NS4 || IE4) { if (navigator.appName == "Netscape") { layerStyleRef="layer."; layerRef="document.layers"; styleSwitch=""; }else{ layerStyleRef="layer.style."; layerRef="document.all"; styleSwitch=".style"; } }
// villogás function Blink(layerName){ if (NS4 || IE4) { if(i%2==0) { eval(layerRef+'["'+layerName+'"]'+ styleSwitch+'.visibility="visible"'); } else { eval(layerRef+'["'+layerName+'"]'+ styleSwitch+'.visibility="hidden"'); } } if(i<1) { i++; } else { i-- } setTimeout("Blink('"+layerName+"')",blink_speed); } // eddig --> </SCRIPT>
<DIV class=prem_hint id=prem_hint style="VISIBILITY: hidden; TEXT-ALIGN: center"><FONT color=#ff0000><B>Lisbet oldala, most tanulom a portál építést.<B></FONT> <SCRIPT language=javascript>Blink('prem_hint');</SCRIPT> </B></B></DIV> |