Register  |  Login




Advertisement

Start Your Own Q&A Site

Create your own Q&A site easily, allowing you to quickly grow a new community around any subject matter or generate new organic traffic for your existing website.

Question

Status: Closed Points: 25 Time: 18:42 - Sep 16, 2006  

jgivoni

How do I limit the number of characters in a textarea?

Which is the easiest way to limit the number of characters allowed to type in a textarea input field?

My textarea input field looks like this:

<textarea name="body" id="textareatest" style="width: 300px; height: 75px">Type text here. (limit 150 characters)</textarea>

Is there an html attribute that will do it, or do I use javascript?

Thanks,
Jakob

Answer Discussion
Tutorials

 

dustPuppy

Date:: Sep 16, 2006

Time:: 19:55

There is no html attribute for that, you'll have to use javascript to do it.
You could have a function that would be called on each keypress and then deleting the character pressed if the maximum length was reached.

jgivoni

Date:: Sep 16, 2006

Time:: 20:23

Ok, thanks.

Something like this?:
<textarea onkeyup="if (this.value.length > 150) this.value = this.value.substring(0, 150)">

Jakob

dustPuppy

Date:: Sep 16, 2006

Time:: 20:29

yes, I believe that should work

jgivoni

Date:: Sep 16, 2006

Time:: 20:33

It works, though you can cheat it by copy/pasting some content to the field.
(Of course you'll have to use the right-click menu and NOT the CTRL + V shortcut...)

Add the onchange attribute with the same functionality to avoid this exploit.

Question Answered

This question has been closed, and points have been rewarded to the following experts:


dustPuppy: 10
jgivoni: 15

You're welcome however to comment or give additional information or if you wish, you have the ability to write a Tutorial in the Tutorial Area.

Answer this Question

New User

Email:

Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address

Registered User

Username:

Password:

Forgot Your Password?

No tutorials have been submitted yet. Want to be the first?

Answer this Question

New User

Email:

Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address

Registered User

Username:

Password:

Forgot Your Password?

Ask a Question

Have a new question? Ask!

You have 100 characters to use



Top Experts

View More

Rank

Expert

Points

1.

nidhi

10354

2.

oracleofDelphi

6493

3.

rcastagna

5596

4.

LAGM

4848

5.

PeterNZ

3487

6.

gonzalo

2840

7.

Mason

2770

8.

jgivoni

2303

9.

xarcus

1820

10.

Anpanman

917

Become an Expert

Register today to share your knowledge with the community and be recognized and rewarded for your contributions.


Register Here




"Psst, Quomon is a great site. Pass it on."     Tell a Friend  |   Link To Us  |   Save to Delicious  |   Digg! Digg it



Language Options

English:

www.quomon.com

Español:

www.quomon.es