htmleditor 编辑器取值,为什么有的电脑取不到值。有的取得到。
1.编辑器的引用
<td>
<input type="hidden" name="content" id="content" value="">
<iframe id="eWebEditor1" src="../HtmlEditor/editor.htm?id=content" frameborder="0" scrolling="no"></iframe>
</td>
2.取值
var FDCContent=document.getElementById("content").value;
这种方式取值,有的电脑可以取到,有的不可以取到。都是IE浏览器。不在为什么。哎,真是晕了。