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 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