zhangfengyi 2022-05-01 22:02
浏览 3
已结题

fckedit使用的问题

问题遇到的现象和发生背景

我的网站是asp写的,文本编辑器用的eWebEdit,但是高版本的浏览器不能打开,现在改成了FCKEdit,遇到了不少问题

问题相关代码,请勿粘贴截图
<%@LANGUAGE="VBSCRIPT" %>
<!--#include file="../../FCKeditor/fckeditor.asp"--> 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type"content="text/html; charset=utf-8"/>
<title>无标题文�?/title>
<style type="text/css">

Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.BasePath = "/FCKeditor/"
oFCKeditor.ToolbarSet = "Default"
oFCKeditor.Width = "100%"
oFCKeditor.Height = "600"
oFCKeditor.Value = ""
oFCKeditor.Create "logbody"

运行结果及报错内容
我的解答思路和尝试过的方法
我想要达到的结果
  • 写回答

0条回答 默认 最新

    报告相同问题?

    问题事件

    • 系统已结题 5月9日
    • 创建了问题 5月1日