下载英制系统软件V2.5升级FCKeditor编辑器。你一定要参考一下。
下载FCKeditor放到网址根目录admin/AddSoft.php
第80行
$softsay=htmlspecialchars($r[softsay]);改成$softsay=$r[softsay];
data/form/1.php
第224行
<textareaname="softsay"cols="67"rows="12"style="WIDTH:100%"><?=$softsay?></textarea>改成<?=$oFCKeditor->Create();?>
在顶端?>前提升
include("../FCKeditor/fckeditor.php");//FCKeditor包括文档
$oFCKeditor=newFCKeditor('softsay');
$oFCKeditor->BasePath="../FCKeditor/";
$oFCKeditor->Value="$softsay";
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)