the editor doesn't seem to pass its content through POST

  •  08-31-2006, 11:34 AM

    the editor doesn't seem to pass its content through POST

    Welcome, i have a problem concernig POST data passing from the CuteEditor under the Firefox browser (MSIE works fine).

    To be more specific:
    when i use the CuteEditor to add some topic, fill in the form (title, date, contents - cuteeditor) and send it to a script that should save the data to mssql database, the contents from the editor doesn't seem to be passing to that script.

    When i read the data to edit them, data is taken from the database correctly, everything seem to be working fine.

    I was testing if i get any data passed from the page with the form (and the editor) to the 'database insert script' throught the POST data. First time i hit the ADD button, print the data from the POST fields (script now only prints the data to the screen), the contets typed in the Editor field doesn't show up, the variable is empty; then when i hit BACK in the browser window, and click ADD again, this time the data show up as it should.

    Please give me any advice or point to anything relevant.

View Complete Thread