会员中心
用户名:    密码:    验证码:      免费注册会员

jquery手册   CSS2手册       请关注健康

CSSer > 客户端开发 > web标准与前台开发 > 在线HTML编辑器(兼容IE和Firefox)

来源: 作者: 发布时间:2007-03-07
雅虎收藏夹 百度收藏 Google书签 Yahoo书签 新浪ViVi 搜狐网摘 365Key网摘 天极网摘 diglog 和讯网摘 POCO网摘 YouNote网摘 博拉网 天下图摘 Del.icio.us digg reddit spurl BlinkList blogmarks
<script type="text/javascript">document.writeln("<iframe name=\"editor\" id=\"editor\" width=\"100%\"></iframe>");editor = document.getElementById("editor").contentWindow;editor.document.designMode = ‘On‘; editor.document.contentEditable = true; //但是IE与FireFox有点不同,为了兼容FireFox,所以必须创建一个新的document。editor.document.writeln(‘<html><body></body></html>‘); editor.document.close();

相关文章