首页 新闻 会员 周边

fck编辑器在火狐中无法显示的问题、

0
[已关闭问题]

在aspx页面里面用这种方式调用fck 不知道为什么在火狐中无法显示

<textarea id="f_content" name="f_content" style="WIDTH: 100%; HEIGHT: 400px">input</textarea>
<script type="text/javascript">

var sBasePath = "<%=basePath%>/include/fckeditor/";

var oFCKeditor = new FCKeditor( 'f_content' ) ;

oFCKeditor.BasePath = sBasePath ;

oFCKeditor.Height      = 500 ;

oFCKeditor.ReplaceTextarea();  //替换文本域

</script>
遇到过类似情况的帮帮忙

yzy的主页 yzy | 菜鸟二级 | 园豆:317
提问于:2010-05-24 13:55
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册