你知道為什麼錯嗎?
錯就錯在id上
應該下面那樣寫
<iframe id="eWebEditor1" src="eWebEditor1/eWebEditor.php?id=news_Content&style=standard&fullscreen=" frameborder="0" scrolling="no" width="500" height="350"></iframe>   
 <input name="news_Content" type="hidden" id="news_Content" value="<? echo $content;?>">  可是為什麼一定要news_Content才可以,而content就不行呢?莫名期妙

解决方案 »

  1.   

    你知道為什麼錯嗎?
    錯就錯在id上
    應該下面那樣寫
    <iframe id="eWebEditor1" src="eWebEditor1/eWebEditor.php?id=news_Content&style=standard&fullscreen=" frameborder="0" scrolling="no" width="500" height="350"></iframe>   
     <input name="news_Content" type="hidden" id="news_Content" value="<? echo $content;?>">  可是為什麼一定要news_Content才可以,而content就不行呢?莫名期妙