编辑器在ASP页面怎么调用
asp吧
全部回复
仅看楼主
level 6
LPJ509 楼主
编辑器在ASP页面怎么调用
2015年01月08日 16点01分 1
level 8
用kindeditor
2015年01月08日 16点01分 2
我下有,但不懂弄
2015年01月09日 01点01分
回复 LPJ509 :百度搜kindeditor,下载,压缩包里有使用方法,照做就行了
2015年01月19日 05点01分
level 12
是HTML 文本编辑器吗?
你可以用百度的产品 UEditor ,仔细先看看文档再发问
2015年01月08日 23点01分 3
有,但不懂弄
2015年01月09日 01点01分
回复LPJ509:请人做
2015年01月09日 01点01分
level 4
很简单:
设置好这个路径(admin/Edit/editor.htm)
<textarea name="Content" style="display:none"></textarea>
<iframe ID="editor" src="admin/Edit/editor.htm?id=Content&ReadCookie=0" frameborder="0" marginheight="0" marginwidth="0" scrolling="No" width="620" height="460"> </iframe>
2015年01月21日 03点01分 5
1