ewebeditor2.8的简单调用方法

来源:百度知道 编辑:UC知道 时间:2024/05/23 20:05:49
页面代码如下:
<form action="addnews.asp" method="post" >
<table border="0" cellspacing="1" cellpadding="4" bgcolor="#000000" width="80%" align="center">
<tr>
<td bgcolor="#336699"><b><font color="#FFFFFF">发布一个公告</font></b></td>
</tr>
<tr>
<td bgcolor="#7C96B8" align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td width="20%" align="right" valign="top"><font color="#FFFFFF">公告类型</font></td>
<td width="80%">
<select name="ntype">
<option value="" checked>请选择公告类型

<input type="hidden" name="Message" value="">
<iframe id="eWebEditor1" src="../eweb/ewebeditor.asp?id=XXX&style=s_blue1" frameborder="0" scrolling="no" width="550" height="350"></iframe></td>

改为

<input type="hidden" name="Message" value="">
<iframe id="eWebEditor1" src="../eweb/ewebeditor.asp?id=Message&style=s_blue1" frameborder="0" scrolling="no" width="550" height="350"></iframe></td>