使用fckeditor后,页面的html源码显示为:<input id="content" name="content" value="" type="hidden" /><iframe id="content___Frame" frameborder="0" height="100%" scrolling="no" width="100%" src="/fckeditor/editor/fckeditor.html?InstanceName=content&amp;Toolbar=Default"> </iframe>在表单提交时,fckeditor会自动把内容填入输入框content中;
但如果我要在表单提交前,用js获取fckeditor的内容,如果去读取输入框content的值是空的,难道要去读取content___Frame里的内容?