Countdown funzt net


  • Robert2000
  • 1251 Aufrufe 3 Antworten
  • Countdown funzt net

    Hi,

    vor ner Woche habe ich für meine Website einen Countdown Timer gesucht und gefunden. Als ich ihn jedoch ausprobiert hatte, funzte er nicht.

    Könntet ihr mir vieleicht sagen was da net geht. :confused:

    Quellcode

    1. <table align="center" border="0" cellpadding="$stylevar[cellpadding]" class="tborder" cellspacing="$stylevar[cellspacing]" width="100%">
    2. <tr>
    3. <td class="alt2">
    4. <p align="center">
    5. <script language="JavaScript">
    6. function countdown() {
    7. d=new Date();
    8. count=Math.floor((eventdate.getTime()-d.getTime())/1000);
    9. if(count<=0)
    10. {
    11. document.all.days.innerHTML="-";
    12. document.all.hours.innerHTML="-";
    13. document.all.mins.innerHTML="-";
    14. document.all.secs.innerHTML="-";
    15. return;
    16. }
    17. document.getElementById('secs').innerHTML=count%60 ;
    18. count=Math.floor(count/60);
    19. document.getElementById('mins').innerHTML=count%60 ;
    20. count=Math.floor(count/60);
    21. document.getElementById('hours').innerHTML=count%2 4;
    22. count=Math.floor(count/24);
    23. document.getElementById('days').innerHTML=count%36 5;
    24. count=Math.floor(count/365);
    25. setTimeout("countdown()",500);
    26. }
    27. </script>
    28. <font size="2"><b>
    29. <script language="JavaScript">
    30. var eventdate = new Date("March 18, 2006 00:00:00"); </script>
    31. <table border="0" cellspacing="0" cellpadding="0" width="100%" align="center">
    32. <tr>
    33. <td align="center"><strong>Tage</strong></td>
    34. <td align="center"><strong>Std.</strong></td>
    35. <td align="center"><strong>Min.</strong></td>
    36. <td align="center"><strong>Sek.</strong></td>
    37. </tr>
    38. <tr>
    39. <td align="center"><strong><font color="red"><div id="days"></div></font></strong></td>
    40. <td align="center"><strong><font color="red"><div id="hours"></div></font></strong></td>
    41. <td align="center"><strong><font color="red"><div id="mins"></div></font></strong></td>
    42. <td align="center"><strong><font color="red"><div id="secs"></div></font></strong></td>
    43. </tr>
    44. </table>
    45. <script language="JavaScript">
    46. countdown()
    47. </script>
    48. <!--
    49. More text / html here if you want.
    50. --->
    51. </td>
    52. </tr>
    53. </table>
    54. <br />
    Alles anzeigen


    mfG R2000
    [SIZE=1]Profillink
    Bevorzugte: [/SIZE]
    [SIZE=2][SIZE=1]BlackBird2004[/SIZE][SIZE=1][/SIZE]
    [/SIZE]
    [SIZE=1]
    [/SIZE] [SIZE=1]
    [/SIZE]