日期:2014-05-17 浏览次数:20706 次
<html> <head> <title>AAA </title> function init(){ var oFCKeditor = new FCKeditor('content_1') ; oFCKeditor.Height = 280 ; oFCKeditor.BasePath = "/web路径/fckeditor/";//oFCKeditor.BasePath = "/FCKEditTest/fckeditor/"; oFCKeditor.ReplaceTextarea(); } </head> <body onload="init()" > <form action="" method="POST"> <table> <TR > <TD width="300px" > 内 容 </TD> <TD ><!-- ;height:360px --> <textarea id="content_1" name="content" id="content" style="width:285px;"> AAAA </textarea> </TD> </TR> </table> </form> </body> </html>