initcomplete variable not declared (script error)

Last post 05-17-2005, 3:47 PM by dannyboy. 0 replies.
Sort Posts: Previous Next
  •  05-17-2005, 3:47 PM 6775

    initcomplete variable not declared (script error)

    Adam,
     
    While editing some content, we experience errors of the following type on XP clients (not on W2k):
     
    Line: 59
    Char: 4392
    Error: 'initcomplete' is undefined
    Code: 0
    Source: CuteEditor.htc.aspx
     
    The result is an editor window without the content area (it remains blue as the menu background) and without the content to be edited.

    From the error, I deduce that the variable 'initcomplete' is not initialized when the #include file CuteEditor.htc.utility.htm is read and executed within CuteEditor.htc.aspx.  In fact, there is no declaration for this variable except in the file CuteEditor.htc.initialize.htm which is not included in the aspx file.
     
    Can you suggest a solution to this error ? add a declaration for the variable in the aspx file or add an #include directive for the initialize.htm file in the CuteEditor.htc.aspx file ?
     
    Thanks
View as RSS news feed in XML