As to do so that a text show me fuardado in a database?
try doing this but does not function
try doing this but does not function
<script type="text/javascript">
idText=resNoticias.fields("texto")
<!--
// 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 = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('_samples')) ;
var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ;
oFCKeditor.BasePath = sBasePath ;
oFCKeditor.Height = 300 ;
oFCKeditor.Value = <%=idText%> ;
oFCKeditor.Create() ;
//-->
</script>
Re: I cannot show text kept in a db