antoon - 2005-11-24 01:23:40
I like the setup but I have a couple of comments:
1. How to set it that also dates in the past can be chosen?
2. The layer does not cover the submit button in MS IE....?
3. I found at least (?) one typo: in line 482 in calendar.core.js reads:
outputString = outputString + "<td align=center " + omStyle + "\">" + theDate + "</td>";
but should this not be:
outputString = outputString + "<td align=center " + omStyle + "\ >" + theDate + "</td>";
How to get it to work....