HI there,
I came across with a problem - the thing is that I can't preload text when the editor starts. For instance I want to modify a record, i'm getting the data from a database and I'd like to have that data preloaded into the editor so that I don't have to rewrite it.
I've tried like <% Request.Form("content1") = "hello" %> where "content1" is a FCKEditor created field but i'm getting "Object doesn't support this property or method: 'Request.Form'"
Is there a way to sort that out?
Thanks in advance.
I came across with a problem - the thing is that I can't preload text when the editor starts. For instance I want to modify a record, i'm getting the data from a database and I'd like to have that data preloaded into the editor so that I don't have to rewrite it.
I've tried like <% Request.Form("content1") = "hello" %> where "content1" is a FCKEditor created field but i'm getting "Object doesn't support this property or method: 'Request.Form'"
Is there a way to sort that out?
Thanks in advance.
Re: How to preload text into the editor?
Re: How to preload text into the editor?