<td class="kal_today" OnClick="window.location.href=index.php" onMouseOver="this.style.backgroundColor=#FEFFBF" onMouseOut="this.style.backgroundColor=#FEFF97"> dag </td>
maar dit blijkt niet te werken! iemand een idee ?
<td class="kal_today" OnClick="window.location.href=index.php" onMouseOver="this.style.backgroundColor=#FEFFBF" onMouseOut="this.style.backgroundColor=#FEFF97"> dag </td>
<td class="kal_today" OnClick="window.location.href='index.php'" onMouseOver="this.style.backgroundColor='#FEFFBF'" onMouseOut="this.style.backgroundColor='#FEFF97'"> dag </td>