Hello,
I want to use FCKeditor in my website.
So, I created a web page (using ASP) and added the following code:
<% Dim oFCKeditor Set oFCKeditor = New FCKeditor oFCKeditor.BasePath = "/FCKeditor/" oFCKeditor.Create "FCKeditor1" %>
(Of course I put the include code before)
Everything seems to be OK, but when I uploaded the page, I got the following problem:
Microsoft VBScript compilation error '800a03ea' Syntax error /newthr/new_doc&news/options/FCKeditor/fckeditor.asp, line 27 Class FCKeditor ^
What should I do?
How can I fix this problem?
Thanks!
Tal
Re: Serious Problem with FCKeditor
Re: Serious Problem with FCKeditor
Tal.