Ok..I can see the editor and everything...so I'm happy and everything..however, I have come across one problem
I have read all the documentation on the website and have serached for the past day for a solution and I have been unable to find one. There seems to be a lot of support for the PHP, but almost non-existant support for ASP.
I understand that oFCKeditor.Value = " " is what goes inside the box, but no matter what I do..I cannot get a file to load in the text box to edit. I just want to be able to edit a .html /.asp file on a website so the administrator does not need access to the actual files to edit the text.
Dim oFCKeditor Set oFCKeditor = New FCKeditor oFCKeditor.BasePath = "fckeditor/" oFCKeditor.Value = " " oFCKeditor.Create "FCKeditor1"
I have read all the documentation on the website and have serached for the past day for a solution and I have been unable to find one. There seems to be a lot of support for the PHP, but almost non-existant support for ASP.
I understand that oFCKeditor.Value = " " is what goes inside the box, but no matter what I do..I cannot get a file to load in the text box to edit. I just want to be able to edit a .html /.asp file on a website so the administrator does not need access to the actual files to edit the text.
Re: ASP FCKeditor problem