富文本编辑器

富文本编辑器

现在页面中插入一个iframe
<iframe name="richedit" style="width: 200px; height: 200px;"></iframe>

让ifame可以编辑

<script>
   //disigenMode属性在document上
   frames['richedit'].document.disigenMode = 'on'     //on/off
</script>
上一篇:tomcat8特性


下一篇:使用命令行编译vs项目