后台内容的输入
内容的输入:<!-- 内容 --><script type="text/javascript" src="<%=basePath %>fckeditor/fckeditor.js"></script><script type="text/javascript">window.onload = function(){// Automatically calculates the editor base path based on the _samples directory.// This is usefull only for these samples. A real application should use something like this:// oFCKeditor.BasePath = '/fckeditor/' ;// '/fckeditor/' is the default value.var sBasePath = "<%=basePath%>fckeditor/";var oFCKeditor = new FCKeditor( 'tassa','620','500' ) ;oFCKeditor.BasePath= sBasePath ;oFCKeditor.ReplaceTextarea() ;} </script><script type="text/javascript" src="<%=basePath%>js/checkFckEditor.js"></script>
页:
[1]