document.all.你的iframe的名字.document.all.你的iframe中的iframe的名字.……

解决方案 »

  1.   

    document.frames["editor"].document.all.mytext.body.innerHTML=document.formnews.str_text.value;
    }
      

  2.   

    editor.mytext.innerHTML=document.forms[0].str_text.value
      

  3.   

    试试
    editor.mytext.document.body.innerHTML=document.forms[0].str_text.value
      

  4.   

    是不是远程的iframe?不能通过脚本直接访问页面的对象的,用hta可以
      

  5.   

    不是远程的,你说的用hta 能不能给具体一点的用法,谢谢
      

  6.   

    http://expert.csdn.net/Expert/topic/2139/2139676.xml?temp=.7830927
      

  7.   

    http://expert.csdn.net/Expert/topic/2139/2139676.xml?temp=.7830927