ひぃぃぃ
私は自分のウェブサイトで tinymce を使用していますが、エラーが発生します。
function getHTML_TinyMCE(txtfield){
obj=document.getElementById('content_ifr');
if(obj.contentDocument){
content=obj.contentDocument.body.innerHTML; //FireFox (getContent() messes up cursor position)
}else{
content=tinyMCE.getContent(txtfield); //on this line error
}
return content;
}
誰か提案してください
ありがとう