本帖最后由 xh6210 于 2010-09-28 15:46:32 编辑

解决方案 »

  1.   

    看看配置文件中有没有,在fckeditor.tld中找找看
      

  2.   

    String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";<IMG height=20 src="<%=basePath%>/front/images/button_submit.gif" width=66/>
      

  3.   


    <%
    String path = request.getContextPath();
    String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
    %><IMG height=20 src="<%=basePath%>/front/images/button_submit.gif" width=66/>
      

  4.   

    你用的什么程序开发的,加入的FCKEDIT;
    我写的是可以得到服务器下的绝对路径;
    出现在问题无非路径不对,慢慢找找;
    你可以查看图片属性,在相对应的修改;
    FCKeditor Api官方文档地址:http://wiki.fckeditor.net/Developer's_Guide/Javascript_API
    下面提供国内某网友的翻译文档,转载地址:http://blog.imwebs.com/article.asp?id=322