id="content",
Edit/editor.htm?id=content

解决方案 »

  1.   

    一般成品Editor都有编程接口。没接口的就要分析源码,看他的容器在哪里,还有就是怎么操作容器显示出来,有的估计只读取了一次,没考虑要读取第二次。
      

  2.   

    一般有个example里有什么test1.asp,submit.asp这类的东东;看看就会了.
      

  3.   

    我采用的新浪编辑器,为什么我在js中不能给新浪编辑器赋值呢?在asp服务器代码中可以获取值,也可以传递,一切正常,就是js赋值不进去
    赋值方法:
    document.addNEWS.content.value = strs[8];  
    document.getElementById("content").value=strs[9];
    document.all.content.value=strs[8];
    新浪编辑器调用:
    <input type="hidden" name="content" id="content" value="">
      <iframe src="Edit/editor.htm?id=content&ReadCookie=0" frameBorder="0" marginHeight="0" marginWidth="0" scrolling="No" width="625" height="460"></iframe>