|
| |
|
|
cswolf
Posts: 52 Joined: 11/9/2005 Status: offline
|
anyone here use FCKeditor? - 3/19/2009 14:41:41
I am using classic ASP, and I have a form created to edit records in a database that already exist. I am using a SQL UPDATE statement to execute this command, and it works fine on all form fields that currently do NOT have an FCKeditor instance associated with them. For the ones that do, the input to the DB is just blank and I can't figure out why. I have my FCKeditor instance set up like this: <%
Dim aFCKeditor
Set aFCKeditor = New FCKeditor
aFCKeditor.BasePath = "fckeditor/"
aFCKeditor.Value = (rsName.Fields.Item("FCKeditor1").Value)
aFCKeditor.Create "FCKeditor1"
%> When you open up the form, it correctly displays the information from the recordset into the FCKeditor. However, if I make any changes to that content (which is the purpose of this form), none of the new additions get sent to the DB. Like I said, other form fields that do NOT use FCKeditor work fine when updating them via this form. What am I missing?
|
|
|
|
cswolf
Posts: 52 Joined: 11/9/2005 Status: offline
|
RE: anyone here use FCKeditor? - 3/20/2009 9:46:57
I have looked at TinyMCE but I need something with a File Manager. I know that TinyMCE has one that you can add on to it, but does it work in classic ASP? I have only seen it works for PHP and .NET, neither of which I can use in my environment. I chose FCKeditor because it had the file manager already with it, and it worked in ASP.
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|