Das ist aber auch keine Lösung
Fast alle Code funktionieren bei mir nicht mehr.
Mir ist auch schon aufgefallen, dss der Editor viele Befehle einfach weglässt und somit funtionieren sie einfach nicht mehr - DAS MUSS DRINGEND GEÄNDERT WERDEN!
Folgender Code funktioniert auch nicht mehr:
Code: <div align="center"><b><i><font color="black" face="comic sans ms" size="5"> <script language="JavaScript"> <!-- today = new Date() if(today.getMinutes() < 10){ pad = "0"} else pad = ""; document.write ;if((today.getHours() >=7) && (today.getHours() <=10)){ document.write("Guten Morgen !") } if((today.getHours() >=11) && (today.getHours() <=12)){ document.write("Mahlzeit ! ") } if((today.getHours() >=13) && (today.getHours() <=17)){ document.write("Guten Tag !") } if((today.getHours() >=18) && (today.getHours() <=23)){ document.write("Guten Abend !") } if((today.getHours() >=0) && (today.getHours() <=4)){ document.write("Hallo Nachtschwärmer !!") } if((today.getHours() >=5) && (today.getHours() <=6)){ document.write("Grüß´ Gott !") } // --> </script> </font> </i></b> </div>