输出的那页只写了一句
<?php
echo $_POST['content'];
?>
上一页的表单是
<FORM method="POST" name="myform" action="echo.php">
<TABLE border="0" cellpadding="2" cellspacing="1">
<TR>
<TD>内容1:</TD>
<TD>
<INPUT type="hidden" name="content" value="<p> - 单个编辑器调用例子</p><p>&nbsp;</p><p align=center><b><font color=#ff0000>此样式为系统自带样式(s_mini),最佳调用宽度为550px,高度350px!</font></b><br><br>(全部功能按钮,全菜单)</p><BR><P align=center>很不错的一个哦,ClearWind友情提示~!</P>">
<IFRAME ID="eWebEditor1" src="ewebeditor.html" frameborder="0" scrolling="no" width="550" height="350"></IFRAME>

解决方案 »

  1.   

    调用的ewebeditor.html是
    <html>
    <head>
    <title>eWebEditor - eWebSoft在线编辑器</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <link href="css/coolblue/Editor.css" type="text/css" rel="stylesheet"><Script Language=Javascript>
    var sPath = document.location.pathname;
    sPath = sPath.substr(0, sPath.length-15);var sLinkFieldName = "content" ;
    var sLinkOriginalFileName = "" ;
    var sLinkSaveFileName = "" ;
    var sLinkSavePathFileName = "" ;// 全局设置对象
    var config = new Object() ;
    config.Version = "2.7.5" ;
    config.ReleaseDate = "2004-05-20" ;
    config.License = "" ;
    config.StyleName = "s_mini";
    config.StyleMenuHeader = "<head><link href=\""+sPath+"css/coolblue/MenuArea.css\" type=\"text/css\" rel=\"stylesheet\"></head><body scroll=\"no\" onConTextMenu=\"event.returnValue=false;\">";
    config.StyleDir = "standard";
    config.StyleUploadDir = "UploadFile/";
    config.InitMode = "EDIT";
    config.AutoDetectPasteFromWord = true;
    config.BaseUrl = "1";
    config.BaseHref = "";
    var sBaseHref = "";
    if(config.BaseHref!=""){
            sBaseHref = "<base href=\"" + document.location.protocol + "//" + document.location.host + config.BaseHref + "\">";
    }
    config.StyleEditorHeader = "<head><link href=\"" + sPath + "css/coolblue/EditorArea.css\" type=\"text/css\" rel=\"stylesheet\">" + sBaseHref + "</head><body MONOSPACE>" ;
    </Script>
    <Script Language=Javascript src="include/editor.js"></Script>
    <Script Language=Javascript src="include/table.js"></Script>
    <Script Language=Javascript src="include/menu.js"></Script><script language="javascript" event="onerror(msg, url, line)" for="window">
    //return true ;         // 隐藏错误
    </script></head><body SCROLLING=no onConTextMenu="event.returnValue=false;"><table border=0 cellpadding=0 cellspacing=0 width='100%' height='100%'>
    <tr><td>        <table border=0 cellpadding=0 cellspacing=0 width='100%' class='Toolbar' id='eWebEditor_Toolbar'>
            <tr>
              <td><div class=yToolbar>
                  <DIV CLASS="TBHandle"></DIV>
                                <DIV CLASS="TBSep"></DIV>
                  <DIV CLASS="Btn" TITLE="编辑菜单" onClick="showToolMenu('edit')"><IMG CLASS="Ico" SRC="buttonimage/standard/editmenu.gif"></DIV>
                  <DIV CLASS="Btn" TITLE="字体菜单" onClick="showToolMenu('font')"><IMG CLASS="Ico" SRC="buttonimage/standard/fontmenu.gif"></DIV>
                  <DIV CLASS="Btn" TITLE="段落菜单" onClick="showToolMenu('paragraph')"><IMG CLASS="Ico" SRC="buttonimage/standard/paragraphmenu.gif"></DIV>
                  <DIV CLASS="Btn" TITLE="组件菜单" onClick="showToolMenu('component')"><IMG CLASS="Ico" SRC="buttonimage/standard/componentmenu.gif"></DIV>
                  <DIV CLASS="Btn" TITLE="对象效果菜单" onClick="showToolMenu('object')"><IMG CLASS="Ico" SRC="buttonimage/standard/objectmenu.gif"></DIV>
                  <DIV CLASS="Btn" TITLE="工具菜单" onClick="showToolMenu('tool')"><IMG CLASS="Ico" SRC="buttonimage/standard/toolmenu.gif"></DIV>
                  <DIV CLASS="Btn" TITLE="表单菜单" onClick="showToolMenu('form')"><IMG CLASS="Ico" SRC="buttonimage/standard/formmenu.gif"></DIV>
                  <DIV CLASS="Btn" TITLE="表格菜单" onClick="showToolMenu('table')"><IMG CLASS="Ico" SRC="buttonimage/standard/tablemenu.gif"></DIV>
                  <DIV CLASS="Btn" TITLE="文件视图菜单" onClick="showToolMenu('file')"><IMG CLASS="Ico" SRC="buttonimage/standard/filemenu.gif"></DIV>
                  <DIV CLASS="Btn" TITLE="全屏编辑" onClick="Maximize()"><IMG CLASS="Ico" SRC="buttonimage/standard/maximize.gif"></DIV>
                </div></td>
            </tr>
          </table></td></tr>
    <tr><td height='100%'>        <table border=0 cellpadding=0 cellspacing=0 width='100%' height='100%'>
            <tr><td height='100%'>
            <input type="hidden" ID="ContentEdit" value="">
            <input type="hidden" ID="ModeEdit" value="">
            <input type="hidden" ID="ContentLoad" value="">
            <input type="hidden" ID="ContentFlag" value="0">
            <iframe class="Composition" ID="eWebEditor" MARGINHEIGHT="1" MARGINWIDTH="1" width="100%" height="100%" scrolling="yes">
            </iframe>
            </td></tr>
            </table></td></tr>
    <tr><td height=25>        <TABLE border="0" cellPadding="0" cellSpacing="0" width="100%" class=StatusBar height=25>
            <TR valign=middle>
            <td>
                    <table border=0 cellpadding=0 cellspacing=0 height=20>
                    <tr>
                    <td width=10></td>
                    <td class=StatusBarBtnOff id=eWebEditor_CODE onClick="setMode('CODE')"><img border=0 src="buttonimage/standard/modecode.gif" width=50 height=15 align=absmiddle></td>
                    <td width=5></td>
                    <td class=StatusBarBtnOff id=eWebEditor_EDIT onClick="setMode('EDIT')"><img border=0 src="buttonimage/standard/modeedit.gif" width=50 height=15 align=absmiddle></td>
                    <td width=5></td>
                    <td class=StatusBarBtnOff id=eWebEditor_TEXT onClick="setMode('TEXT')"><img border=0 src="buttonimage/standard/modetext.gif" width=50 height=15 align=absmiddle></td>
                    <td width=5></td>
                    <td class=StatusBarBtnOff id=eWebEditor_VIEW onClick="setMode('VIEW')"><img border=0 src="buttonimage/standard/modepreview.gif" width=50 height=15 align=absmiddle></td>
                    </tr>
                    </table>
            </td>
            <td align=center id=eWebEditor_License style="font-size:9pt"></td>
            <td align=right>
                    <table border=0 cellpadding=0 cellspacing=0 height=20>
                    <tr>
                    <td style="cursor:pointer;" onClick="sizeChange(300)"><img border=0 SRC="buttonimage/standard/sizeplus.gif" width=20 height=20 alt="增高编辑区"></td>
                    <td width=5></td>
                    <td style="cursor:pointer;" onClick="sizeChange(-300)"><img border=0 SRC="buttonimage/standard/sizeminus.gif" width=20 height=20 alt="减小编辑区"></td>
                    <td width=40></td>
                    </tr>
                    </table>
            </td>
            </TR>
            </Table></td></tr>
    </table><div id="eWebEditor_Temp_HTML" style="VISIBILITY: hidden; OVERFLOW: hidden; POSITION: absolute; WIDTH: 1px; HEIGHT: 1px"></div><form id="eWebEditor_UploadForm" action="upload.asp?action=remote&type=remote&style=s_mini" method="post" target="eWebEditor_UploadTarget">
    <input type="hidden" name="eWebEditor_UploadText">
    </form>
    <iframe name="eWebEditor_UploadTarget" width=0 height=0></iframe>
    <div id=divProcessing style="width:200px;height:30px;position:absolute;display:none">
    <table border=0 cellpadding=0 cellspacing=1 bgcolor="#000000" width="100%" height="100%"><tr><td bgcolor=#3A6EA5><marquee align="middle" behavior="alternate" scrollamount="5" style="font-size:9pt"><font color=#FFFFFF>...远程文件收集中...请等待...</font></marquee></td></tr></table>
    </div></body>
    </html>
    第一次提问,不太懂规矩,请大家谅解!谢谢!!