Print Page | Close Window

textarea error with intergration

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=30095
Printed Date: 29 March 2026 at 2:47am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: textarea error with intergration
Posted By: dj air
Subject: textarea error with intergration
Date Posted: 03 January 2012 at 8:49pm
Hi,
 
im using the below code
 
 
<form action="?itemID=22&itemTitle=News System&M=add&NIID=<%= strNewsItemID %>" method="post" name="myForm" id="myForm">
<%
 'Declare the ASP variables used
 Dim strFormName
 Dim strTextAreaName
 'ID tag name of the HTML form the textarea is within
 strFormName = "myForm"
 'ID tag name of HTML textarea being replaced
 strTextAreaName = "myTextarea"
%>
<!--#include Virtual="/RTE_editor_inc.asp" --><br/><br/>
        <textarea cols="90" rows="33" name="myTextarea" id="myTextarea"  ><%
  
   if strNews = "" then %>
   INTRO<br/>==================================<br/><br/><br/><strong>Intro Content within this section</strong><br/><br/><br/>================================== <br/><br/><br/>Main Content below<br/>==================================
   <% Else %>
   <%= decodeString(strNews) %>
   <% END IF %>
   </textarea><br/>
</form>
 
 
but when executed on its own it works fine BUT when executed in the website template it works fine in FF but in IE9 it just renders the toolbar but no textarea, the code is showing on the template but not
rendering to the view.
 
i am a bit ummmm why wont it work but i cant think why, the url is : http://beta.pwctoday.co.uk/default.asp?itemID=22&itemTitle=News+System%3A+Test+title&M=view&NIID=6#commentsjust" rel="nofollow - http://beta.pwctoday.co.uk/default.asp?itemID=22&itemTitle=News+System%3A+Test+title&M=view&NIID=6#commentsjust seems odd that it works else where but not in IE
 
i know what a nightmare IE can be but odd how the demo works but the copy and paste wont allow it to work i do have the Captcha on same page but cant see that being an error
 
 



Replies:
Posted By: dj air
Date Posted: 03 January 2012 at 8:55pm
dont worry the template didnt have a docutype on it and thus with other code ment it errored.

all seems ok now



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