修改方法:
1、C:\JINHER\C6\Jhsoft.Web.message\ToolBar\HtmlEditor.aspx
2、打开修改为:
原来只有这段代码:
源码:
<iframe id="frameJhWOC" name="frameJhWOC" style="width: 100%; height: 690px;" runat="server"
frameborder="1"></iframe>
</form>
修改为:
<iframe id="frameJhWOC" name="frameJhWOC" style="width: 860px; height: 690px;" runat="server"
frameborder="1"></iframe>
</form>