<table border="0" width="280" id="myexample" style="border:5px solid yellow"> <tr> <td>a hónap mondása:<br>A NYUSZIKA AZ EGY JELLEM!<br>OTT ÜL A FŰBEN, MÉGSEM SZÍVJA!<br></td> </tr> </table> <script language="JavaScript1.2"> <!-- function flashit(){ if (!document.all) return if (myexample.style.borderColor=="yellow") myexample.style.borderColor="lime" else myexample.style.borderColor="yellow" } setInterval("flashit()", 500) //--> </script>
|