i cannot find out how to propperly install...
my test.htm is : c:/wamp/www/test/test.htm
fckeditor is : c:/wamp/www/test/fckeditor/
the link in test.htm is :
<script language="javascript" type="text/javascript" src="./FCKeditor/fckeditor.js">
</script>
<script type="text/javascript">
function FCKeditor_OnComplete( editorInstance )
{
window.status = editorInstance.Description ;
}
the output error when i run is :
Not Found
The requested URL /test/editor/fckeditor.html was not found on this server.
Does anybody know what im doing wrong cause i cant seem to work it out... also the documentation for this project is abit shabby... anyways if you at sourceforge.net could figure it out.. id be glad to hear about the solution:)
thanks in advance anyway,
theo
my test.htm is : c:/wamp/www/test/test.htm
fckeditor is : c:/wamp/www/test/fckeditor/
the link in test.htm is :
<script language="javascript" type="text/javascript" src="./FCKeditor/fckeditor.js">
</script>
<script type="text/javascript">
function FCKeditor_OnComplete( editorInstance )
{
window.status = editorInstance.Description ;
}
the output error when i run is :
Not Found
The requested URL /test/editor/fckeditor.html was not found on this server.
Does anybody know what im doing wrong cause i cant seem to work it out... also the documentation for this project is abit shabby... anyways if you at sourceforge.net could figure it out.. id be glad to hear about the solution:)
thanks in advance anyway,
theo