Re: Can read from my DB but having problem pulling info from editor to save to DB

  •  03-07-2005, 5:16 AM

    Re: Can read from my DB but having problem pulling info from editor to save to DB

    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 Complete Thread