Hi i have a php page that cycles though thou i get an error the element "editor" witch is the id i set for the textarea to be replaced using the code
Now the problem is that editor is not supposed to be displayed the on the final output, how do i get this to stop posting the error message.
<script type="text/javascript" src="../editor/fckeditor.js"></script>
<script type="text/javascript">
window.onload = function()
{
var oFCKeditor = new FCKeditor( 'editor' ) ;
oFCKeditor.BasePath = "../editor/" ;
oFCKeditor.ReplaceTextarea() ;
}
</script>Now the problem is that editor is not supposed to be displayed the on the final output, how do i get this to stop posting the error message.
