'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"
Microsoft VBScript runtime (0x800A01F4) Variable is undefined: 'FCKeditor' /localhost/CGIWEB/test.asp, line 38[/b] Where line 38 is oFCKeditor.BasePath = '/fckeditor/' ;
