textarea validation

N

Neil Shaw

Hi can someone please helpme. I want to validate a textarea box. I
dont want to just validate the no of characters entered i need to
check how many lines have been entered. Basically i want to validate
that only 23 lines of 40 characters are being entered.
 
R

Randy Webb

Neil said:
Hi can someone please helpme. I want to validate a textarea box. I
dont want to just validate the no of characters entered i need to
check how many lines have been entered. Basically i want to validate
that only 23 lines of 40 characters are being entered.

23*40 = 920. Check it's length property.

You could conceivably count the returns, but they are different on
different OS'es. But what happens if I don't hit the Enter key but keep
on typing? Is that one line or multiples?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top