Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
ryna #1
how to limit number of rows in a textarea
:confused;
I have a problem with limiting the textarea to a certain number of rows -
after I specify the number of lines to 4 or any other number it just doesn't
stop, it keeps moving without any limit. Could you please help me to overcome
this problem? I tried with all 'wrap' options and it didn't work. I need this
feature on my pages, because I have to limit the amount of text that they input
to the database.
What should I do to make this work?
Thanks in advance...Ryna
ryna Guest
-
Number of rows in a datagrid
I discovered the hard way that the property "VisibleRowCount" of a datagrid is ONLY that, the number of visible rows, NOT the number of populated... -
How to limit # of rows returned from query
I am looking at setting a limit to the number of rows returned on some of my queries. I was looking at doing something like: <cfoutput... -
number of rows
Hi all: Can anybody tell me how can I know how many rows, indexes and fields there are in every table on my database ? Thanks in advance. ... -
#16189 [Com]: limit in lenght of textarea from a php page
ID: 16189 Comment by: dario at designitup dot com Reported By: zrm at 52000 dot com dot cn Status: Bogus Bug... -
Textarea - Limit Amount of Characters?
"Ralph Freshour" <ralph@primemail.com> wrote in message news:cr6bkvc5rsi9o355ff50c7746iu0omq6kk@4ax.com... I suspect *limiting* the amount of... -
-D- #2
Re: how to limit number of rows in a textarea
Hi Ryna,
If I understand your question correctly, you need to limit the amount of
characters entered in the textarea so the character limit does not exceed
your database field limit. You can use a javascript function to perform
this check, and or, you can use server-side code to check the length of the
textarea value.
Hope this helps.
Regards,
-D-
"ryna" <webforumsuser@macromedia.com> wrote in message
news:dpekcv$mlr$1@forums.macromedia.com...doesn't> :confused;
> I have a problem with limiting the textarea to a certain number of rows -
> after I specify the number of lines to 4 or any other number it justovercome> stop, it keeps moving without any limit. Could you please help me tothis> this problem? I tried with all 'wrap' options and it didn't work. I needinput> feature on my pages, because I have to limit the amount of text that they> to the database.
> What should I do to make this work?
>
> Thanks in advance...Ryna
>
>
>
-D- Guest
-
ryna #3
Re: how to limit number of rows in a textarea
Thanks for your response, but my problem still exists...I'm not good with JS,
only VBScript and VB.NET, and this web application has been developed using
ASP, so I can't use VB.NET to solve the problem. Could you be able to provide
me with the code, please?
Thanks in advance...
ryna Guest



Reply With Quote

