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

  •  10-20-2006, 5:12 AM

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

    Hi RC,
    good point, i must admit that the sContent was not in use here, as this form only ADDs data to the db.

    Even when i cleared the code of it, result were the same. I even tried to POST the form to itself (i mean - self-page), and use
    editor.Text = Request.Form("my_cute_editor_id")
    and it does not pass anything!
    When i set the editor.Text to, lets say: "..." it appears in the form, and is passed to the next-step-what-ever-it-is.

    I can not use the cute include as the first line, because admin set config for session and others.

    Guys, it is not only problem with my form, as you can see, there are other people with the same problem. I am just thinking , how is it possible, that the POST data from the editor field is not passed the first time form is submitted and is submitted when you go back a page and submit it again...?
    I can go-back-and-submit 5... even 10 times... and still receive the previous-submit POST data instead of the current.

    I can not build admin CMS tools for a client, who would have to submit once, go back and submit second time to get it right, can i?

    This all firefox issue is silly...

    I never had any problems that frustrating... actually i never had problems with POST or GET.
View Complete Thread