Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
textarea
- Page 1
Re: textarea
Programming
Web Development
14 Years Ago
by makman99
…. No code or images. What is the point of this
textarea
? Are you doing it with only HTML or is PHP…
textarea
Programming
Web Development
14 Years Ago
by serdas
…;http://www.mywebsite.com/> ---- come to my website--- </
textarea
> <body onLoad="updateStatusViaJavascriptAPICalling();"> unfortunatly this… text text text [url]http://www.mywebsite.com/[/url] </
textarea
> <body onLoad="updateStatusViaJavascriptAPICalling();"> many thanks
Re: textarea
Programming
Web Development
14 Years Ago
by serdas
…;statusUpdate" action="" method=""> <
textarea
type="hidden" name="status" id="….com/ text text text text http://www.mywebsite.com/ </
textarea
> <body onLoad="updateStatusViaJavascriptAPICalling();">[/CODE]
Re: textarea
Programming
Web Development
14 Years Ago
by serdas
yeah but i cannot do that,i have to do it only on that page if that is not possible, is there a way to replace the
textarea
with something else and still be able to use this <body onLoad="updateStatusViaJavascriptAPICalling();"> thanks
Re: <textarea>
Digital Media
UI / UX Design
19 Years Ago
by Dani
… you tried ditching it and seeing what happens? Also, your
textarea
doesn't need a value="" attribute since the… value is placed between the [inlinecode]<
textarea
> </
textarea
>[/inlinecode] tags. Also, I'm not sure if…
Re: <textarea>
Digital Media
UI / UX Design
19 Years Ago
by Dani
A
textarea
should be multiline by default. Can you copy / paste the php code where you throw what's in the
textarea
into the database?
Re: <textarea>
Digital Media
UI / UX Design
19 Years Ago
by aarya
…;gt;, <li><br><
textarea
rows="25" name="body" value="…; wrap="physical" ><?echo $body?></
textarea
>[/html] this is the html form this is the…
Re: Textarea help
Programming
Web Development
16 Years Ago
by almostbob
…";'>BMW</a></div> <
textarea
id='putithere' name='putithere' rows='5' cols='50'>&…
Re: textarea
Digital Media
UI / UX Design
15 Years Ago
by zortec
Yes, all you need to do is set the [B]maxlength [/B]property in the
textarea
. [CODE]<
textarea
name="mytextarea" maxlength=100> [/CODE]
<textarea>
Digital Media
UI / UX Design
19 Years Ago
by aarya
i have a problem in <
textarea
>. i dont know how to ask the question. but …
Textarea help
Programming
Web Development
16 Years Ago
by veledrom
Hi, I have a
textarea
with 2 information in (bmw, mercedes). When i click on bmw, it will be transfered into other texarea. How can i do it? Thanks
textarea
Digital Media
UI / UX Design
15 Years Ago
by xxmp
can i set a maxlegth of characters when i am using
textarea
? if yes who i can do it? Thank you very much
Re: textarea
Digital Media
UI / UX Design
15 Years Ago
by Hangfire
Unfortunately,
textarea
doesn't support maxlength. You can use javascript to limit the length Are you familiar with jQuery?
Re: textarea
Digital Media
UI / UX Design
15 Years Ago
by zortec
[QUOTE=Hangfire;1120869]Unfortunately,
textarea
doesn't support maxlength. You can use javascript to limit the length Are you familiar with jQuery?[/QUOTE] You are right. I checked the HTML DOM and there is no maxlength property. If you know JavaScript or JQuery, both of those would be viable solutions.
Textarea validation problem jquery
Programming
Web Development
12 Years Ago
by Albert Pinto
…phone").focus(); return false; } var aboutme = jQuery("
textarea
#aboutme").val(); if (aboutme == "") { …jQuery("span#aboutme_error").show(); jQuery("
textarea
#aboutme").focus(); return false; } var dataString = 'name='+ name…
TEXTAREA's inserted rows moving towards up direction
Programming
Web Development
13 Years Ago
by narekm
…/javascript"> function send(){ document.getElementById("
textarea
").value+=document.getElementById("text").value+'\n';… } </script> <
TEXTAREA
id="
textarea
" COLS="80" ROWS="20…
Re: Textarea validation problem jquery
Programming
Web Development
12 Years Ago
by pixelsoul
Yup, change this <label>About Me: </label> <
textarea
name="aboutme" id="aboutme"> </
textarea
> To this: <label>About Me: </label> <
textarea
name="aboutme" id="aboutme"></
textarea
> The white space in the
textarea
is allowing it validate.
Textarea characters limit
Programming
Web Development
16 Years Ago
by Wallk
… // Reached the Maximum length so trim the
textarea
my_form.my_text.value = my_form.my_text.value.substring(0…->value; } function render() { return '<
textarea
class="fields" name="'.$this->getName().'&…this->getExtra().'>'.$this->getValue().'</
textarea
>'; } } ?> Please help me…
Re: Textarea characters limit
Programming
Web Development
16 Years Ago
by cwarn23
…;; alert(msg); // Reached the Maximum length so trim the
textarea
my_form.my_text.value = my_form.my_text.value.substring(0, maxLen);… <form name=my_form method=post> <
textarea
onKeyPress=check_length(this.form); onKeyDown=check_length(this.form); name…=my_text rows=8 cols=60></
textarea
> <br> <input size=1…
how to display value of textarea from databse agin on the similar textarea
Programming
Web Development
12 Years Ago
by bvk008
<
textarea
name="primary_goals[]" rows="5" cols="23" style="height:145px; width:325px;"><?php echo $primary_goals; ?></
textarea
>
textarea
value is stored in database primary_goals[] array stores the values enterd in
textarea
.. how can i display this value again in this text area
Re: how to display value of textarea from databse agin on the similar textarea
Programming
Web Development
12 Years Ago
by diafol
… in database > primary_goals[] array stores the values enterd in
textarea
.. > how can i display this value again in this…'t make much sense to me. You only have one
textarea
, so why have you got an array in the name… attribute? You're already placing $primary_goals into the
textarea
- so what exactly do you need?
Textarea which appears as a "spillover" for another textarea?
Digital Media
UI / UX Design
11 Years Ago
by essaydoctor
I'd like to create a
textarea
such that when one
textarea
is complete, another identically-sized text area magically appears… over", a new sheet of paper (i.e.
textarea
) appears? This is what I'm interested in doing, …quot;> </head> <body> <
textarea
id="theTextArea" spellcheck='false' cols="185"…
textarea insertion point
Programming
Web Development
16 Years Ago
by GeoffC
… email. [code] <td valign="top"><
textarea
name="zbody" id = "zbody" class="…="10"><?php echo $sig?></
textarea
></td> [/code] the php inserts a "…;signature" into the
textarea
. When I tab to it, the cursor goes to the…
Re: Textarea characters limit
Programming
Web Development
16 Years Ago
by timmah
…>[/CODE] [B]Form Field and countdown[/B] [CODE]<
textarea
name="limitedtextfield" class="where" onkeydown="….form.countdown,150);"><?=$_REQUEST['limitedtextfield'];?></
textarea
> <span class="limit">(Maximum characters…
Re: Textarea characters limit
Programming
Web Development
16 Years Ago
by BzzBee
…; id="myfrm" method="post"> <
textarea
cols="60" rows="3" name="…)" onKeyUp="return taCount(this,'myCounter')"> </
textarea
> <font color="#006600">Max. Length…
Re: textarea count commas.
Programming
Web Development
15 Years Ago
by muralibobby2015
…var count = 0; // Remove trailing commas from the
textarea
value while(value[value.length-1] == seperator) { value…="return commas();"> <
textarea
name="a"><?php echo… htmlentities(@$_POST['a']); ?></
textarea
> <input type="submit"…
textarea value to mysql using php
Programming
Databases
13 Years Ago
by eoliva
I need to store the values of a
textarea
tag using a form to submit the value and finally …; <form method="POST" action="
textarea
.php"> <
textarea
name="txtDesc" row = "50"…; id="txtDesc" wrap="hard"></
textarea
> <input type="submit" value="submit…
Re: TEXTAREA's inserted rows moving towards up direction
Programming
Web Development
13 Years Ago
by MartinRinehart
… here' ).value += doc.getAnotherEById.value + ...; // try: var ta = document.getElementById( '
textarea
' ); alert( ta ); var ta_value = ta.value; alert( ta_value); var text…
Textarea indented on first line
Programming
Web Development
13 Years Ago
by mortyBox
…to "elbeato" for helping me out. My
textarea
is now indented on the first line. Is there any… way to align the text in a
textarea
? <td align="right">Additional Training&…gt; <td colspan="5"> <
textarea
name='AdditionalTraining' rows=6 cols=70 readonly="enabled"…
Re: textarea count commas.
Programming
Web Development
15 Years Ago
by muralibobby2015
… you said. [CODE] <?php if($_POST) { $
textarea
=$_POST[a]; $textarea_array= explode(",",$
textarea
); $count=count($textarea_array); //echo $count; if($count… method="post"> <
textarea
name="a">some text</
textarea
> <input type="submit…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC