<script>
function insertHtml(htmlCode)
{
  var win=document.all.content_html.document;
  document.frames("content_html").focus();
  win.selection.createRange().pasteHTML("sdfds")}
</script>
<body leftmargin=0>
 <IFRAME src=1.html id=content_html width=100% height=400></IFRAME>
 <IMG selectabled=false onclick="javascript:insertHtml('')" src="/ok.gif">
</body>
</html>1.html
==========
<body contenteditable=true>