Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - RTE Not working at all Help....
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Forum LockedRTE Not working at all Help....

 Post Reply Post Reply
Author
drdisk View Drop Down
Newbie
Newbie


Joined: 05 February 2006
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote drdisk Quote  Post ReplyReply Direct Link To This Post Topic: RTE Not working at all Help....
    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
 
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post 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%>>
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.