hi,
here is my source html:
******
<html><head><title>htmlArea Example</title>
<link rel="stylesheet" href="../css/pksite.css" type="text/css">
<script type="text/javascript" src="../_FCKeditor/fckeditor.js"></script>
<script language="JavaScript1.2">
function PasteToEditor(sLang) {
var oEditor = FCKeditorAPI.GetInstance('mycontent') ;
oEditor.SetHTML(document.frm["f_inhalt"+sLang].value);
}
function CopyToHidden(sLang){
var oEditor = FCKeditorAPI.GetInstance('mycontent') ;
document.frm["f_inhalt"+sLang].value = oEditor.GetHTML();
}
</SCRIPT>
******
i receive always the message "FCKEditorAPI is undefined".....was wrong on my source code ? i forgot an FCEditor Include JS File ?
please help me
thanks david
here is my source html:
******
<html><head><title>htmlArea Example</title>
<link rel="stylesheet" href="../css/pksite.css" type="text/css">
<script type="text/javascript" src="../_FCKeditor/fckeditor.js"></script>
<script language="JavaScript1.2">
function PasteToEditor(sLang) {
var oEditor = FCKeditorAPI.GetInstance('mycontent') ;
oEditor.SetHTML(document.frm["f_inhalt"+sLang].value);
}
function CopyToHidden(sLang){
var oEditor = FCKeditorAPI.GetInstance('mycontent') ;
document.frm["f_inhalt"+sLang].value = oEditor.GetHTML();
}
</SCRIPT>
******
i receive always the message "FCKEditorAPI is undefined".....was wrong on my source code ? i forgot an FCEditor Include JS File ?
please help me
thanks david
Re: FCKEditorAPI is undefined !!
And I don't think that it is very important, but at least you could try to use something valid like
instead of