Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Multi Textarea RTE
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Forum LockedMulti Textarea RTE

 Post Reply Post Reply
Author
agustri View Drop Down
Newbie
Newbie


Joined: 25 January 2007
Location: Indonesia
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote agustri Quote  Post ReplyReply Direct Link To This Post Topic: Multi Textarea RTE
    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.
 
Back to Top
charliecrow View Drop Down
Newbie
Newbie


Joined: 12 February 2007
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote charliecrow Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
agustri View Drop Down
Newbie
Newbie


Joined: 25 January 2007
Location: Indonesia
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote agustri Quote  Post ReplyReply Direct Link To This Post 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
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.