input隐藏字段content1,与之对应:
edit/ewebeditor.asp?id=content&style=system中的
id要和input中的名字相同,也为content1
那么,提交后提取内容就用
Request("content1") 就可以了。
src 是你的“ewebeditor”文件夹实际的路径,style是样式,可以有多种选择
请允许我回答您
input隐藏字段content,与之对应:
edit/ewebeditor.asp?id=content&style=system
id也为content
那么,提交后提取内容就用
Request(\"content\")
input隐藏字段content1,与之对应:
edit/ewebeditor.asp?id=content&style=system中的
id要和input中的名字相同,也为content1
那么,提交后提取内容就用
Request("content1") 就可以了。
src 是你的“ewebeditor”文件夹实际的路径,style是样式,可以有多种选择
1:复制fckeditor的文件到项目目录,
2:加入下面的代码就有编辑器了。
3:获取编辑器数据,如下: