应该是框架里面的HtmlEditor/index.html那个表单内容而不是content,你那个人软件下载后要密码的,怎么看得到呢

解决方案 »

  1.   

    它的解压密码就是:www.code-123.com  也就是里面写的那个
      

  2.   

    kindeditor 
    有源码 可以知道怎么POST的
      

  3.   

    肯定有相应的JS方法来给content赋值的
      

  4.   

    我试了一下 用echo $_POST['content']可以
    你看看路径是不是错了
      

  5.   

    aa.php这个是页面
    <form method="POST" action="aa.php" name="aaa"> 
    <input name="Title" size="50"> 
    <textarea name="content" style="display:none"> </textarea> 
    <iframe id="Editor" name="Editor" src="index.html?ID=content" frameborder="0" marginheight="0" marginwidth="0" scrolling="No" style="height:320px;width:100%"> </iframe> 
    <input type="submit" value="确定" name="button"> 
    </form> 
    <? $content=$_POST["content"];echo $content;
    ?>
    这个就可以啦,你上面的那个有点问题
      

  6.   

    谢谢上面几位大哥去帮我试,我前面都是用firefox测试,今天你们都说可以,我又去试了下,结果还是不行,
    后来换用ie试下果真可以,郁闷!什么原因两种浏览器不一样?上面几位大哥能不能再帮我看下,谢谢了!