i have my own code, but if i post that into my database then fckeditor removes code
what i can do- that editor dont removes?
<select name="summa" onchange="ajaxPOST('smslaen', '');">
{MULTIPLE:summaByUser} <-- OWN CODE
<option value="{RIDA:summa}">{RIDA:summa} eek</option>
{/MULTIPLE:summaByUser} <-- OWN CODE
</select>
what i can do- that editor dont removes?
<select name="summa" onchange="ajaxPOST('smslaen', '');">
{MULTIPLE:summaByUser} <-- OWN CODE
<option value="{RIDA:summa}">{RIDA:summa} eek</option>
{/MULTIPLE:summaByUser} <-- OWN CODE
</select>

Re: Own code in FCKeditor 2.5.1
There are several FCKConfig.ProtectedSource.Add-lines in your fckconfig.js.
Maybe it's possible to add your one using a custom regex?