Most voted "textarea" questions
Textarea is an html tag that allows the user to type text in multiple lines.
Learn more…55 questions
Sort by count of
-
-1
votes1
answer1212
viewsHow to insert data from a textarea into the database?
I have a form with a textarea and I’m not able to send the data typed in it to the bank MySQL. How do I do? php form. <form id="cadastro" name="cadastro" method="post" action = cadastro.php>…
-
-1
votes1
answer144
viewsAssign value of a textarea to a var and display in a paragraph
I need to assign the value of a textarea for a var and to exhibit in a p, I made it very simple using js/jquery but now I need to do in PHP. $('.sendPDF').on('click', toPDF); function toPDF() { var…
-
-2
votes3
answers3120
viewsJavascript: get the value of a textarea (not working)
I have a simple textarea but I can’t get the value typed in it, which is pretty weird, code below. HTML <textarea type="text" class="textarea" id="description2"></textarea> //Digitei…
-
-3
votes1
answer101
viewsProblem with displaying text within a <textarea>
I’m making a text editing HTML5 site, in it Oce types something in the text box and selects one of the desired options, 'Uppercase, Lowercase, Bold, Italic, Fixed, Strike, Sub, Sup'. The problem…
-
-5
votes1
answer815
viewsHow to save <textarea> in HTML?
When I run javascript, it runs normally, my doubt was, like I get the code now from this table that the script changed.
textareaasked 9 years ago anon