大家好,我是新人。
我的网站遇到一个问题,进入后台后想给产品添加文字信息说明,因网页是中英文版的所以有两个文字输入的版块,在输入文字的过程中,中文都可以输入,但是英文的总书操作失败。请问是代码有问题吗,还是应该怎么解决,以下是代码,请高手指点,万分感谢:
<textarea name="F_text_en" style="display:none"><%=rse("F_text_en")%></textarea>
<iframe ID="eWebEditor1" src="../../editor/ewebeditor.asp?id=F_text_en&style=standard" frameborder="0" scrolling="no" width="100%" HEIGHT="520"></iframe>        </td>
      </tr>
          <tr bgcolor="#FFFFFF">
            <td><input type="submit" name="Submit" value="&Igrave;á&frac12;&raquo;">
                <input type="reset" name="Submit2" value="&Ouml;&Oslash;&Ouml;&Atilde;">
                <input name="I_F_class_1" type="hidden" id="I_F_class_1" value="<% = I_F_class_1 %>">
                <input name="I_F_class_2" type="hidden" id="I_F_class_2" value="<% = I_F_class_2 %>">
                <input name="I_F_class_3" type="hidden" id="I_F_class_3" value="<% = I_F_class_3 %>">
                <input name="I_page" type="hidden" id="I_page" value="<% = I_page %>">
                <input name="id" type="hidden" id="id" value="<% = id %>"></td>
          </tr>
        </form>
    </table></td>
  </tr>
</table>