I followed the exact instructions and tried to open sample01.php on my Apache webserver.
I get a Javascript error saying this (translated):
Row: 123
A object is expected.
Looking through the fckeditor.html that is called that row consist of:
InitializeAPI() ;
I´ve tried everything can´t get the it to work. Please help.
I get a Javascript error saying this (translated):
Row: 123
A object is expected.
Looking through the fckeditor.html that is called that row consist of:
InitializeAPI() ;
I´ve tried everything can´t get the it to work. Please help.

RE: PHP implementation problems.
Find the code I used below.
<script type="text/javascript" src="FCKeditor/fckeditor.js"></script>
<script type="text/javascript">
window.onload = function()
{
var oFCKeditor = new FCKeditor( 's2' ) ;
oFCKeditor.BasePath = "FCKeditor/" ;
oFCKeditor.ReplaceTextarea() ;
}
</script>
<textarea rows="15" name="s2" cols="90%" id="txtMessage"></textarea>
RE: PHP implementation problems.
http://www.fckeditor.net/
RE: PHP implementation problems.
RE: PHP implementation problems.
line 123, char 2, error object expected, code 0, URL fckeditor/editor/fckeditor.html
but, so far, only on ie6.0.2
is this because of using the php activation of the editor???
tia
kris