<!--兼容FF、IE7-->

<div style="height:300px; width:600px; border:1px solid #000000">
<iframe >d</iframe>
<br><br>
</div>
<script type="text/javascript">
window.onload = function () {
    var f = document.getElementById("HtmlEditor");
    var html = '<HEAD></HEAD><BODY><div></div></BODY>';
    f.contentWindow.document.open("text/html", "replace");
    f.contentWindow.document.write(html);
    f.contentWindow.document.close();
    f.contentWindow.document.designMode = "on";
}
</script>

相关文章:

  • 2021-04-03
  • 2022-01-26
  • 2022-12-23
  • 2021-12-12
  • 2021-04-06
  • 2021-09-12
  • 2022-01-15
  • 2021-08-01
猜你喜欢
  • 2021-08-15
  • 2021-05-04
  • 2021-12-13
  • 2021-09-07
  • 2021-08-17
  • 2021-09-09
相关资源
相似解决方案