FCKeditor
Hi. I am totaly new to FCKeditor and have some problems installing it and getting it to work. Is there someone who can help me???
My problem is as follows:
I have a site in asp that is connected to an access database. When I uploadet tekst into a MEMO field in access the output was without any formatting. So I found FCKeditor and expectet it to be the solution of my problems.
But I don't know how to set ut the editor to store data in HTML format and get them into a detail page (I have a masterpage with the title and ingress of subjects and in the detail page there is altso a text field witch I would like to show the text in html formatting (bold, underlined and with the right look)
I have tested all the sample pages in the FCKeditor folders and they work.
So my question is: how do i get a file in my insert page to post the text field (or a link to it) into my access database and afterwards get it in my detail page???
My <form> tag in the insert page is like this:
<form action="iktilaringoppgaver.asp" method="post" enctype="multipart/form-data" name="post" id="post" onsubmit="JavaScript:this.Submit.disabled=true;">
'<form action="<%=MM_editAction%>" method="POST" name="in_oppgaver" id="in_oppgaver">
(here I have tried with the original form element and a copy of a test page in FCKeditor)
The link in the text field is like follows:
<input type="hidden" id="editor1" name="editor1" value="" style="display:none" /><input type="hidden" id="editor1___Config" value="" style="display:none" /><iframe id="editor1" src="../FCKeditor/editor/fckeditor.html?InstanceName=editor1&" width="100%" height="500" frameborder="0" scrolling="no"></iframe>
I am gratefull for any help...
I am not sure if I have all the nessesary information here...but I hope so.
|