dhtmlxCalendar

Hi!

I have a problem with calendar object working with MS IE7.

Just create calendar object and IE shows me error message like “Can’t open … www. request string>”.

In Firefox it works fine.

Can you help me?


Hello,


Please, take a look at the sample in calendar package dhtmlxCalendar/samples/initialization/calendar_init.html. Possibly it’ll help to resolve the problem.


If the issue still persists, please, provide any sample where the issue can be reproduced.

Thanks. I’ve found the decision of problem. Write
mCal = new dhtmlxCalendarObject(“date_inp”, false);
dhtmlxEvent(window,“load”,function(){ mCal.draw(); });

in place of
mCal = new dhtmlxCalendarObject(“date_inp”, true);
mCal.draw();

Works in all browsers.
Thanks again.