用户个性签名问题
请问下用户的个性签名是用一个什么来让用户填写的,ewebeditor这个编辑器太大了,有小的吗,我找到了一个小点的,是使用方法(1):
第一步,在你想要添加"凌风迷你网页编辑器"的页面添加:CSS.CSS样式表的链接
第二步,添加JS脚本函数PageOnLoad()
第三步,在<BODY标签内添加onLoad事件函数 onLoad="PageOnLoad()">
第四步,将层edit及其内部的全部代码拷贝到要添加"凌风迷你网页编辑器"的位置
使用方法(2):
直接用iframe标签将Editor.htm页包含在你要调用的页面中
并加上content隐藏域
<input type=hidden id="content" name="content">
<iframe onblur="document.all.content.value= id="editor" src="editor/editor.htm" frameborder=1 scrolling=no width="500" height="350"></iframe>
但是这个使用方法我看不懂啊,是凌风迷你网页编辑器,谁能帮帮我啊