Save Button doesn't work

Last post 03-07-2005, 5:18 AM by Anonymous. 2 replies.
Sort Posts: Previous Next
  •  02-25-2005, 9:48 PM 4292

    Save Button doesn't work

    Hi,

    I am using enable all mode on my cute editor. When I click the save button, nothing happens.
    Can anybody tell me what I should do to save my work into a file ?

    Also when I click the insert image and downloadable file buttons, there are ASP error messages say :
    Response can not be changed before the header. Can anybody tell me what I should do to make those buttons work ?

    Thanks for teaching,

    Eric
     
  •  03-06-2005, 2:15 AM 4409 in reply to 4292

    Re: Save Button doesn't work

    Just to let you know I've just purchased the product, and have exactly the same problem - how does the the new contents get saved to the page?
    Charles.

  •  03-07-2005, 5:18 AM 4423 in reply to 4409

    Re: Save Button doesn't work

    Charles - When submitting your form, you must perform the following for the editor content to be captured:
     
    function submitForm() {
      save(Editor1)
      document.forms[0].submit() ;
    }

    Hope this helps. Cheers, Kris.
View as RSS news feed in XML