Difference between revisions of "Team:Tuebingen/Notebook"

Line 3: Line 3:
 
<script type="text/javascript">
 
<script type="text/javascript">
  
function initCal() {
+
function init() {
 
var cal = document.getElementById('calendar');
 
var cal = document.getElementById('calendar');
 
cal.style.cssText='width:630;height:200;';
 
cal.style.cssText='width:630;height:200;';
Line 39: Line 39:
 
}
 
}
 
</script>
 
</script>
<body onload="initCal();">
+
<body onload="init();">
 
<div style="width:100%;text-align:center;"><div id="calendar"></div></div>
 
<div style="width:100%;text-align:center;"><div id="calendar"></div></div>
 
</body>
 
</body>

Revision as of 02:43, 18 September 2015

<
>