I work with ASP 3 with my Workstation win2000 in local.
the system signal me an error:
Errore di compilazione di Microsoft VBScript (0x800A03EA)
Errore di sintassi
/portal/fckeditor/fckeditor.asp, line 7
Class FCKeditor
The editor is included in the page .asp with
<!--#include file='fckeditor/fckeditor.asp' -->
the system signal me an error:
Errore di compilazione di Microsoft VBScript (0x800A03EA)
Errore di sintassi
/portal/fckeditor/fckeditor.asp, line 7
Class FCKeditor
The editor is included in the page .asp with
<!--#include file='fckeditor/fckeditor.asp' -->
RE: To integrate FCKeditor in PortalApp
The problem is that the Class statement was introduced in VBScript 5 (native over Windows 2000, IIS5). Probably the next version of the editor will come with an ASP include file for old ASP versions.
I recommend you to upgrade your system (IIS 5 is much more powerful), obviously only if ASP 3 is not essential for your application needs.
Best regards,
FredCK
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
RE: To integrate FCKeditor in PortalApp
I use Win2000 with SPK3 and installed IIS5.
Maybe he has projected with ASP.NET and has used Visual Studio interdev 7
but you could create compatibility with ASP3.
Its Editor seems me very good and I need to integrate it in my portal ASP
RE: To integrate FCKeditor in PortalApp
FredCK
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn