用eWebEditor编辑内容时为何会自动添加一个逗号!
我用的是2.8修正版,在编辑内容时会在所编辑的内容后面自动添加一个逗号,新增时不会有,调用的语句如下:
<IFRAME ID="eWebEditor1" SRC="ewebeditor/ewebeditor.asp?id=add&style=standard1" FRAMEBORDER="0" SCROLLING="no" WIDTH="580" HEIGHT="350"></IFRAME>
<!--获取EditBox的内容-->
<input type="hidden" name="add" value="<%=Server.HTMLEncode(trim(res("add")))%>">
<input name=add type=hidden ID="add" value="">