Hi
I'm having issues with IE erroring a javascript error "'Calendar' is
not defined" on a page with two calendar widgets in a form. Otherwise
this works fine in Safari and FireFox.
I believe it is due to the multiple calendar widgets because when I
use the MSFT script debugger, the debugger breaks at the 2nd calendar
code...not the first.
>
Calendar.setup(
{
inputField : "form_end_time",
ifFormat : "%m/%d/%Y",
button : "form_end_time_trigger"
}
);
Does anybody know how to fix this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---