AFterlife Posted March 24, 2005 Posted March 24, 2005 I need to limit the amount of characters that are able to be put in the textbox depending on what they pick. I thought you could use textbox1.maxlength= the number here But they doesnt work. Any ideas? Quote
kahlua001 Posted March 24, 2005 Posted March 24, 2005 maxlenght does not work with multiline textboxes. Quote
AFterlife Posted March 24, 2005 Author Posted March 24, 2005 What does?Or limit the amount of lines? Quote
Leaders snarfblam Posted March 24, 2005 Leaders Posted March 24, 2005 Don't yell at me if this doesn't make sense, I don't know ASP. Is there not a way to do this programatically as they edit the text? If not, is there a way to just throw in some javascript? Quote [sIGPIC]e[/sIGPIC]
kahlua001 Posted March 25, 2005 Posted March 25, 2005 marble_eater is right, do some sort of javascript to count number of words either onkeydown or onblur, or check lenght on the server side. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.