eWebEditor的文章输入框,在输入文章之后如何用javascript或VBscript获取其中的内容
我想在管理员添加文章时,输入完文章之后(利用onblur事件),用一个函数从管理员输入的文章中提取出所有img里的SRC内容。函数有,现在是没办法得到输入的文章内容。请哪...
我想在管理员添加文章时,输入完文章之后(利用onblur事件),用一个函数从管理员输入的文章中提取出所有img里的SRC内容。函数有,现在是没办法得到输入的文章内容。请哪位高人提点。急!!!现给10分,解决问题再加40分,一次给50分怕没有正确答案而浪费了。
展开
1个回答
展开全部
<textarea name="content1" style="display:none"></textarea>
<iframe ID="eWebEditor1" src="/ewebeditor.htm?id=content1&style=coolblue" frameborder="0" scrolling="no" width="500" HEIGHT="350" onBlur="scontent.value=eWebEditor1.getHTML()"></iframe>
onBlur="scontent.value=eWebEditor1.getHTML()"这里写入你的代码eWebEditor1.getHTML()既是获取编辑器中的内容的html代码。
<iframe ID="eWebEditor1" src="/ewebeditor.htm?id=content1&style=coolblue" frameborder="0" scrolling="no" width="500" HEIGHT="350" onBlur="scontent.value=eWebEditor1.getHTML()"></iframe>
onBlur="scontent.value=eWebEditor1.getHTML()"这里写入你的代码eWebEditor1.getHTML()既是获取编辑器中的内容的html代码。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询