This topic is locked

Field Size

9/30/2004 2:11:03 PM
ASPRunnerPro General questions
W
Webspin author

Is there a way to limit the amount of content you place within a given text area?

I run into problems with clients filling in to much data and it effects the design layout of a web page. For example if there is a background image on a page which was designed for a specific amount of information placed within the designed box, the client may place to much content into the form field in ASPRunner which results in the content wrapping under the design box on the web page. I know building HTML forms the traditional way allows you to limit the text area size.
Thank you

Rick Sweeney

Sergey Kornilov admin 10/3/2004

Rick,
you cannot control amount of text being pasted into textarea field using plain HTML however you can use Javascript onChange event for this purpose.
Please see this reference for more info:

http://www.htmlhelp.com/reference/html40/f...s/textarea.html

W
Webspin author 10/5/2004

Thanks I will check this out...
Rick