关于asp页面中文本编辑器的问题
我在网上下了一个文本编辑器eWebEditor,解压后什么都没有修改。然后在一个textedit.asp中直接调用,可以吧?
../editubb/eWebEditor.asp这里绝对正确.代码是这样写的;
<form id="form1" name="form1" method="post" action="addok.asp">
<tr>
<td><div align="center">内容</div></td>
<td><INPUT name="content" type="hidden" value="fsdfsdfsd">
<IFRAME ID="ewebeditor" src="../editubb/eWebEditor.asp?id=content&style=coolblue" frameborder="0" scrolling="no" width="550" height="350"></IFRAME>
</td>
<td><span class="STYLE1">*</span></td>
</tr>
</form>
但是当部署完,打开这个页面时却显示
Script error detected at line 508.
Source line: aApplicationName = Application("eWebEditor_ApplicationName")
Description: 变量未定义: 'Application'
那个地方出错了呢?
再就是下载下来的eWebEditor有个Example文件夹,里面的test1.asp是例子,当我打开它的时候报同样的错误,无语了,这两天只忙活图片和这个编辑器了……
---------------------------------------------------------------------------------------------------------------------------------------------------
[ 本帖最后由 javaxingxing 于 2009-11-11 17:23 编辑 ]