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
Sorry for wasting forum
It seems to me like me own bug, in my own head :/ Its of course caused by .net settings, and has nothing to FCKE
But... why is examle working on my computer, using the same settings? This is the question. The anser is, that is because there is no runat="server" attribute specyfied. One schould do some workaroud to reach his solution