ERROR with Calendar AND I.E.9

Every time I put a calendar on a form, just simply :

formData = [
{type:‘calendar’, name: ‘DATA_DECO’, dateFormat: “%d/%m/%Y”, serverDateFormat: “%Y-%m-%d”, position:‘absolute’, inputTop:597, inputLeft: 120, inputWidth: 80},

{type:‘calendar’, name: ‘DATA_REST_PR’, dateFormat: “%d/%m/%Y”, serverDateFormat: “%Y-%m-%d”, position:‘absolute’, inputTop:597, inputLeft: 340, inputWidth: 80}
]

My IE 9 Internal debugger comes out with the following error it finds in the dhtmlx.js file

(picture submitted).


Hi

Please provide completed demo including corresponding js/css
(and sources for calendar if you have them).