onChange function
Posted: Fri Jul 11, 2008 12:50 pm
I'm using cmsms v 1.3.1 with TinyMCe 2.4.0
I have a define javascript function that is needs to have this kind code to make the result appears in a div ID...
The problem is that everytime I save the page, even with HTML, tinyMCE erase theĀ
What can I do to resolve this ? I try to put it between literal tag without success.
Thank you.
I have a define javascript function that is needs to have this kind code to make the result appears in a div ID...
Code: Select all
<input type="checkbox" onChange="changeValueChk(this, 100)">
Code: Select all
onChange="changeValueChk(this, 100)
What can I do to resolve this ? I try to put it between literal tag without success.
Thank you.