❶ ewebeditor編輯器能在前台調用嗎我想做一個前台會員發表文章的東西,
你的調用代碼修改成
<textarea name="Content" id="Content" style="display:none"><%=(Content)%></textarea>
<iframe ID="eWebEditor1" src="../Southidceditor/ewebeditor.htm?id=Content&style=coolblue" frameborder="0" scrolling="no" width="550" height="400">
就可以了 但是這樣不太安全
❷ 網站後台怎麼控制前台的顯示內容
一般網站後台都有相應的設置,如果你要想讓前台顯示自己所要的可以根據相關代碼進行修改。