i have a form having some textfields and a textarea (ckeditor), after onclick button art_title field value is sent to art_save.php page, but value from textarea is not sent. >
you can get html form ckeditor with this :
var art_body = CKEDITOR.instances.art_body.getData();