FF不支持,下面的兼容IE,FF,Opera<iFrame id="jia" src="about:blank"></iFrame>
<script>
window.onload = function(){
var jia = document.getElementById("jia");
jia.contentWindow.document.designMode="on";
jia.contentWindow.document.contentEditable=true;
jia.contentWindow.document.open();
jia.contentWindow.document.write("<html><head></head><body></body></html>");
jia.contentWindow.document.close();
}
</script>