Re: Help with updating SQL database entries with CuteEditor

  •  11-29-2004, 6:04 PM

    Re: Help with updating SQL database entries with CuteEditor

    Sorry.  I should have truncated the code.  In fact I will try and do that after posting this.
     
    I did try that before posting all this.  It does not seem to grab the form info from the editor.   I also tried in various places this:
     
    prebody = request.form("prebody_HTMLContent")
     
    and then
     
    rs("prebody") = prebody.
     
    Somehow it just looks like the Request.Form command isn't grabbing the content from inside.  Now, I'm pretty certain of this, but Request.Form is not case sensitive correct?
View Complete Thread