SoFunction
Updated on 2025-04-10

fckeditor implementation code to get text box value


<script type="text/javascript">
function check(){
var editor = ("FCKEDITOR ID");
alert();
//The output is the value in the FCK text box;
}
</script>