http://lucky.myrice.com/javascriptexam/htmleditor/editor/editor.htm 的编辑器数据获取问题
Arbow 2003-06-26 04:07:52 http://lucky.myrice.com/javascriptexam/htmleditor/editor/editor.htm
的html编辑器,用
<OBJECT id="Content_html" style="LEFT: 0px; TOP: 0px" data="./editor/editor.htm" width=700 height=610 type="text/x-scriptlet" VIEWASTEXT></OBJECT>
嵌入页面中调用,不能通过
document.Content_html.value
获取编辑器内容。
而换成CSDN文档中心那样的编辑器却可以获取。
请教怎样才能获取
http://lucky.myrice.com/javascriptexam/htmleditor/editor/editor.htm
这个编辑器的数据?