Hi,
 
I am making a FCKeditor portlet.
I dowloaded the FCKeditor and placed the FCKeditor in the 
C:\Tomcat5.5\webapps\myportal\FCKeditor dir
<html>
<head>
<script language="javascript" src="/FCKeditor/fckeditor.js"></script>
</head>
<body>
<script language="javascript">
var oFCKeditor = new FCKeditor('FCKeditor1');
oFCKeditor.BasePath = "/FCKeditor/";
oFCKeditor.Create();
</script>
</body>
</html>

when I run it I get: 
FCKeditor not defined  
row: 221
sign: 4

Please help 





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to