Error with dhtmlxCalendar inside dhtmlxWindow

i open a dhtmlxWindow that loads two dhtmlxCalendars in firefox works but in explorer dont appear

We need the sample the reproduce the issue locally.

here is my code as i told you before in firefox works but in Explorer dont, thanks
window.rar (148 KB)

also im working with the dhtmlxVault and happens the same in explorer doesnt work. here the code
window.rar (296 KB)

i open a dhtmlxWindow that loads two dhtmlxCalendars in firefox works but in explorer dont appear

In the sample the window contains one calendar. And it opens correctly in IE (tested in IE8 and IE9). What should we do to reproduce the problem ?

you might thought that im joking about the errors at the Explorer i attach to you the screens of the problem, thanks for the help






Locally the window opens without any errors. According to your picture the error occurs in the line that executes the script that is loaded by Ajax - window.eval(s):

Try to call JS code from the onContentLoaded event handler. Moreover, the content is added as innerHTML, so there should not be and tags in the content page
window.zip (315 KB)

awesome I was battling with this problem a long time many thanks and an apology thank you very much…