Print Page | Close Window

RTE Not working at all Help....

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Rich Text Editor (RTE)
Forum Description: Support forum for the Web Wiz Rich Text Editor (RTE).
URL: https://forums.webwiz.net/forum_posts.asp?TID=18266
Printed Date: 28 March 2026 at 7:54am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: RTE Not working at all Help....
Posted By: drdisk
Subject: RTE Not working at all Help....
Date Posted: 05 February 2006 at 4:48am
I am using Dreamweaver Mx and have a data application and am trying to make my Edit News textbox an RTE Editor. I have followed the instruction very carefully and it will not work.
 
My Include
<!--#include file="../RTE/RTE_configuration/browser_page_encoding_inc.asp" -->
 
My Body
<body OnLoad="initialiseWebWizRTE();" bgcolor="#FFFFFF" text="#000000"  leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
 
My Form
<form method="POST" name="form4" action=<%=MM_editAction%>>
 
My Textarea
<%
Dim strFormName
Dim strTextAreaName
'Edit the intilised variables below to put in the name of your textrea's ID and the name
'of the form the textarea is within
'Name of the HTML form the textarea is within
strFormName = "form4"
'ID tag name of HTML textarea being replaced
strTextAreaName = "NewsDescription"
%>
            <!--#include File = "../RTE/RTE_editor_inc.asp" -->
           <textarea class = "fields" name="NEWS_DESC" id="NewsDescription" cols="65" rows="10"> <%=(rsAdminNewsEdit.Fields.Item("NEWS_DESC").Value)%> </textarea>
 
Thanks
 



Replies:
Posted By: WebWiz-Bruce
Date Posted: 05 February 2006 at 4:50pm
Try giving the following line an id tag:-

<form method="POST" name="form4" action=<%=MM_editAction%>>

<form method="POST" name="form4" id="form4" action=<%=MM_editAction%>>


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net