views:

13

answers:

0

I tried to implement a calender control into my web app. It works find in IE, but got error "_ci has no propeties" when running in firefox.

document.writeln('<iframe name="__calendarIframe" id="__calendarIframe" width="100%" height="100%" scrolling="no" frameborder="0" style="margin:0px;"><\/iframe>');
var __ci = window.frames['__calendarIframe'];

Can anyone help me?