Hi all,
i started a new project where you can see your daily timetable. I think the HTML
part is correct but the something is wrong with the javascript part.
Here is the Code:
Some classes and ids are in german because im from germanyHTML Code:<script type="Text/javascript" > document.getElementById("days").firstChild.data = "Montag"; document.getElementById("erste").firstChild.data = "Mathe"; document.getElementById("zweite").firstChild.data = "Geschichte"; document.getElementById("dritte").firstChild.data = "Biologie"; document.getElementById("vierte").firstChild.data = "Wirtschaft"; document.getElementById("fünfte").firstChild.data = "Englisch"; document.getElementById("sechste").firstChild.data = "Religion"; document.getElementById("siebte").firstChild.data = "Computer AG"; document.getElementById("achte").firstChild.data = "Computer AG"; </script> </head> <body> <center> <table width="100" border="1"> <tr> <th scope="col" id="days"> </th> </tr> <tr> <th scope="row" id="erste"> </th> </tr> <tr> <th scope="row" id="zweite"> </th> </tr> <tr> <th scope="row" id="dritte"> </th> </tr> <tr> <th scope="row" id="vierte"> </th> </tr> <tr> <th scope="row" id="fünfte"> </th> </tr> <tr> <th scope="row" id="sechste"> </th> </tr> <tr> <th scope="row" id="siebte"> </th> </tr> <tr> <th scope="row" id="achte"> </th> </tr> </table> </center>![]()


Reply With Quote

Bookmarks