Difference between revisions of "Team:Gaston Day School/Notebook"

Line 74: Line 74:
 
             function enbl(month)
 
             function enbl(month)
 
             {
 
             {
                 if (month == "mo7")
+
                 if (month == 7)
 
                 {
 
                 {
 
                     document.getElementById(month).style.display = "block";
 
                     document.getElementById(month).style.display = "block";
                     document.getElementById(mo8).style.display = "none";
+
                     document.getElementById("mo8").style.display = "none";
 
                 }
 
                 }
                 else if (month == "mo8")
+
                 else if (month == 8)
 
                 {
 
                 {
 
                     document.getElementById(month).style.display = "block";
 
                     document.getElementById(month).style.display = "block";
                     document.getElementById(mo7).style.display = "none";
+
                     document.getElementById("mo7").style.display = "none";
 
                 }
 
                 }
 
             }
 
             }
Line 89: Line 89:
 
             <table>
 
             <table>
 
                 <tr id="kewltable">
 
                 <tr id="kewltable">
                     <td onClick="enbl("mo7")" width="50px" height="50px" style="background-color:#739dd7">July</td>
+
                     <td onClick="enbl(7)" width="50px" height="50px" style="background-color:#739dd7">July</td>
                     <td onClick="enbl("mo8")" width="50px" height="50px" style="background-color:#739dd7">August</td>
+
                     <td onClick="enbl(8)" width="50px" height="50px" style="background-color:#739dd7">August</td>
 
                 </tr>
 
                 </tr>
 
             </table>
 
             </table>

Revision as of 14:20, 18 September 2015

Notebook

July August
July
Sunday Monday Tuesday Wednesday Thursday Friday Saturday
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
August
Sunday Monday Tuesday Wednesday Thursday Friday Saturday
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31