Re: Samples using Cute Asp

  •  06-10-2005, 5:50 AM

    Re: Samples using Cute Asp

     joyb wrote:
    I followed your directions but get an error.  Here is the code I tried changing. I inserted the include as you said, then pasted the code you gave me over the bold ...<\textarea> code, but it tells me it can't find the cute editor.  I don't know. 
     
    Yikes, this is getting a bit complex, this page actually generates the html code for the form - that's what all the response.write statements do.

    So you need to be very careful when you replace the ... <\textarea> code, because you need to replace the double-quotes by two times double-quotes, if you see what I mean.

    You also need to be sure the Editor.ID is set to "EventMessage" (the name used for the TextArea).

    Also check that the paths mentioned in Editor.FilesPath are correct - for you it may be "/Cute/CuteEditor_Files" or try just "Cute/CuteEditor_Files"
View Complete Thread