var oEditor = FCKeditorAPI.GetInstance('content'); if (oEditor.GetXHTML(true) == '') { alert('내용을 입력하세요'); oEditor.Focus(); return false; }