I found that my browser was hanging, waiting for a file. I have found one error.
I checked the error log in /var/httpd/ and saw that "frmimageeditor.html" was looking for img/spacer.gif. It should be corrected to: images/spacer.gif.
<img src="img/spacer.gif" width="0" height="0" border="0" alt="" id="cropContent">
HTH.
However, my browser is still waiting for something (Mozilla most recent version).
http://ccl.flsh.usherbrooke.ca/~johj2201/ramtest.php
Works fine in IE (most recent version).
I have all the pathes set up:
BasePath = '/~johj2201/FCKeditor/' [fckeditor.php]
this.BasePath = '/~johj2201/FCKeditor/' ; [fckeditor.js]
I see nothing else in my error log that is useful. Here is how I implement it. I'm betting it is in your java.class someplace.
<?php include("FCKeditor/fckeditor.php") ; $edittext="...any comments or suggestions"; ?>
RE: Error with correction found in Version 2
When following your link with FireFox i get this error message in the JavaScript-console:
Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMLocation.host]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: http://ccl.flsh.usherbrooke.ca/~johj220 ... startup.js :: <TOP_LEVEL> :: line 22" data: no]
I have never seen this error before. Are you sure that you havent been making changes to the fck_startup.js file?