kristinac13
Programmer
Good morning! I have a page with ASP, HTML, and java. In the HTML I have a span tag that brings up a little text box for the user to type in a "reason" for something. I cannot seem to control the length of the text entered in the span. I cannot find any attributes that will prevent the user from entering too many characters. I need to use the span tag for various reasons. Is there any way to tell a span tag to only allow a fixed number of characters to be entered? I've tried maxlength and even some java to set the length but nothing has worked. Any ideas would be appreciated! Thanks!