I'm having a javascript issue on the minicalender. The calender loads just fine but when trying to navigate to the next (or previous) month I'm getting a Javascript error in IE. The error I'm getting is refering to the following line:
body = document.getElementsByTagName('body')[0];
Property or method is not supported by the object.
The calender works fine in firefox. I'm using version 1.5.2...
Please some advise on how to fix this.
Thnx in advance
Temp