Print Page | Close Window

Multi Textarea RTE

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=22510
Printed Date: 28 March 2026 at 5:43am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Multi Textarea RTE
Posted By: agustri
Subject: Multi Textarea RTE
Date Posted: 25 January 2007 at 3:13am
Dear All,
any body can help me about how to create multi textarea with RTE in one page. so, in my one page, i could see two RTE editor.
thks you.
 



Replies:
Posted By: charliecrow
Date Posted: 13 February 2007 at 5:35pm
you wish to add 2 text areas into a page, each with their own RTE?

im no expert but perhaps this would work. anyone please correct me if im wrong.

form 1


<form method="post" action="display_form_submission.asp" name="myForm1" id="myForm1">

<%

    'Declare the ASP variables used
    Dim strFormName
    Dim strTextAreaName
   
  'Name of the HTML form the textarea is within
strFormName = "myForm1"

'ID tag name of HTML textarea being replaced
strTextAreaName = "myTextarea1"
   
    %>
    <!-- include the Web Wiz Rich Text Editor -->
    <!--#include file="RTE_editor_inc.asp" -->


 <textarea cols="80" rows="15" name="myTextarea1" id="myTextarea1">

</textarea>

     
       
       
        <br />
        <br />
        <input type="submit" name="Submit" value="Submit Form">
        <input name="reset" type="reset" value="Reset Form">
        <br />
       
       
      </form>


--------

form 2

--------

<form method="post" action="display_form_submission.asp" name="myForm2" id="myForm2">

<%

    'Declare the ASP variables used
    Dim strFormName
    Dim strTextAreaName
   
  'Name of the HTML form the textarea is within
strFormName = "myForm2"

'ID tag name of HTML textarea being replaced
strTextAreaName = "myTextarea2"
   
    %>
    <!-- include the Web Wiz Rich Text Editor -->
    <!--#include file="RTE_editor_inc.asp" -->


 <textarea cols="80" rows="15" name="myTextarea2" id="myTextarea2">

</textarea>

     
       
       
        <br />
        <br />
        <input type="submit" name="Submit" value="Submit Form">
        <input name="reset" type="reset" value="Reset Form">
        <br />
       
       
      </form>

if this works for anyone please let me know.
also, why would u want 2 forms in 1 page? right now i cant see the use for it :s

maybe if u had a shoutbox on a forum pageit could be of use...


anyway, goodluck and thanks to the creators of this great little RTE.


Posted By: agustri
Date Posted: 14 February 2007 at 1:47am

Dear CharlieCrow,

thks for your answer.
i want to ask one question again?
how about to create two RTE in one page, so, id don't need two <form>, but my question is one form and there are two RTE, with one click submit.
thks



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