I think I have a unique situation. I need to have both HTML code AND plain text (for sending email). Is there an easy way to do this?
This is a copy postback to a server side form on an aspx 2.0 page
<form method="POST" name="compose_form" enctype="multipart/form-data" style="height: 100%">
<FCKeditorV2:FCKeditor ID="FCK1" runat="server" Value=""></FCKeditorV2:FCKeditor>
<input type="button" value="Send Message" name="send" onClick="SendMessage()">
This runs javascript that validates a couple of fields and then sends the message. I need an opinion of how to do this? Is there a function, "Remove HTML Code" that either can be plugged in, or added as part of the editor?
This is a copy postback to a server side form on an aspx 2.0 page
<form method="POST" name="compose_form" enctype="multipart/form-data" style="height: 100%">
<FCKeditorV2:FCKeditor ID="FCK1" runat="server" Value=""></FCKeditorV2:FCKeditor>
<input type="button" value="Send Message" name="send" onClick="SendMessage()">
This runs javascript that validates a couple of fields and then sends the message. I need an opinion of how to do this? Is there a function, "Remove HTML Code" that either can be plugged in, or added as part of the editor?