Hey folks!
I've just downloaded the latest release of FCKeditor and i'm having some problems installing it
My code is as follows:
'Dim oFCKeditor Set oFCKeditor = New FCKeditor oFCKeditor.BasePath = '/fckeditor/' ; oFCKeditor.Value = "This is some <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>." oFCKeditor.Create "FCKeditor1"
The reason why the Dim-line is commented out is that i'm not using Option Explicit!
But when i run the code it says:
Microsoft VBScript runtime (0x800A01F4) Variable is undefined: 'FCKeditor' /localhost/CGIWEB/test.asp, line 38[/b] Where line 38 is oFCKeditor.BasePath = '/fckeditor/' ;
Can anyone help me with this ??