Hi All,
I have used Web Wiz's RTE for a year or so and found this one a couple of days ago. I really like the sample that I tried mainly because it's easy to skin. I am running into a problem when I go to integrate it to my page. This site is using asp. I have created a folder called FCKeditor and placed the editor folder in their as well as the fckeditor.asp, fckconfig.js, fckstyles.xml, and fcktemplates.xml. If the page I'm adding the editor to I am using this script.
<!-- #INCLUDE FILE="FCKeditor/fckeditor.asp" -->
Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.ToolbarSet = "silver"
oFCKeditor.BasePath = "/FCKeditor/"
oFCKeditor.Value = "Test Text."
oFCKeditor.Create "Description"
as you can see, the pages that will be using the editor are on the root and everything else is in the FCKeditor folder. I keep getting page can not be displayed.
Any help would be appreciated.
I have used Web Wiz's RTE for a year or so and found this one a couple of days ago. I really like the sample that I tried mainly because it's easy to skin. I am running into a problem when I go to integrate it to my page. This site is using asp. I have created a folder called FCKeditor and placed the editor folder in their as well as the fckeditor.asp, fckconfig.js, fckstyles.xml, and fcktemplates.xml. If the page I'm adding the editor to I am using this script.
<!-- #INCLUDE FILE="FCKeditor/fckeditor.asp" -->
Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.ToolbarSet = "silver"
oFCKeditor.BasePath = "/FCKeditor/"
oFCKeditor.Value = "Test Text."
oFCKeditor.Create "Description"
as you can see, the pages that will be using the editor are on the root and everything else is in the FCKeditor folder. I keep getting page can not be displayed.
Any help would be appreciated.

RE: Setup Question