Greetings experts;
This is my first visit here so, please be gentle and I thank you in advance for your kindness.
I have looked at several rich text editors and what makes this one stand out is that the single-spacing feature.
I have been trying now to install and configure it but I have ran into 2 issues.
One says:
Object expected and when I clicked to go to the error, it shows this:
WebWizRTEtoolbar('TheForm');<
WebWizRTEtoolbar('TheForm');<
<script language="JavaScript">WebWizRTEtoolbar('TheForm');<
which comes from RTE_editor_inc.asp on this line:
Response.Write(vbCrLf & "<script language=""JavaScript"">WebWizRTEtoolbar('" & strFormName & "');</script>")
My question is, why is that line being truncated?
My second issue also says, Object Expected which points to this:
<body OnLoad="initialiseWebWizRTE();">
I am not sure what is creating these errors but I do want to point out that I added the #include file like this:
<%
'Declare the ASP variables used
Dim strFormName
Dim strTextAreaName
'ID tag name of the HTML form the textarea is within
strFormName = "TheForm"
'ID tag name of HTML textarea being replaced
strTextAreaName = "SRComments"
%>
<!--#include file="RTE/RTE_editor_inc.asp" -->
As opposed to just:
<!--#include file="RTE_editor_inc.asp" --> //without referencing RTE.
Has anyone had to deal with these issues?
Can you please assist. This is a great tool.
Thanks a lot.