PHP Classes

Popup calendar

Recommend this page to a friend!

      Calendar date  >  All threads  >  Popup calendar  >  (Un) Subscribe thread alerts  
Subject:Popup calendar
Summary:Choose dates in thye past?
Messages:1
Author:antoon
Date:2005-11-24 01:23:40
 

  1. Popup calendar   Reply   Report abuse  
Picture of antoon 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....