I have FCKE 2.0 and .net.
<form action="xxx" method="post" target="_blank" runat="server">
everything is ok, since the form is displayed. Then I have:
<form action="current_adres" method="post" target="_blank" runat="server">
where current_adres is local part of url (I use some additional parameters in url, which are also includede there). I don't know, why is that happend.
You can imagine, that this makes editor completly unusable.
<form action="xxx" method="post" target="_blank" runat="server">
everything is ok, since the form is displayed. Then I have:
<form action="current_adres" method="post" target="_blank" runat="server">
where current_adres is local part of url (I use some additional parameters in url, which are also includede there). I don't know, why is that happend.
You can imagine, that this makes editor completly unusable.

RE: Problem with posting