Monday 14 July 2008

JSCalendar Problem - Stack overflow at line: 1797

I posted a blog regarding this JSCalendar earlier in the year, and it has been working great.. until recently when I got "Stack overflow at line: 1797" on my IE. This is caused by duplication in the javascript declaration, causing the calendar script to be loaded a couple of times. I cleaned up my HTML code and made sure that it was only declared once, and the problem went away.

5 comments:

  1. I am having problems too. What did you exactly change?

    ReplyDelete
  2. replace the calendar.js
    using this:

    http://dhtml-calendar.googlecode.com/svn-history/r65/trunk/public/javascripts/calendar.js

    it worked for me!

    ReplyDelete
  3. Make sure that there are no duplications in your javascript declaration.

    ReplyDelete
  4. Thanks pdb. Thanks you very much, you save my time. Good job guy!!!!

    ReplyDelete
  5. Thanks! This patch fix the entire problem.

    ReplyDelete

Share |