I want to use FCK in html,
for example
<form method=post target="X.ashx">
...
</form>
like traditonal input(textbox) html
how to use FCKin the form of html then post information to a ashx for operate
for example
<form method=post target="X.ashx">
...
</form>
like traditonal input(textbox) html
how to use FCKin the form of html then post information to a ashx for operate
Re: how to use FCKeditor in html
<form>
<!-- insert the editor -->
</form>