<input id="post" type="text" style="width:400px;"/>
You know when you go to a site, start typing in a textbox, and all of a sudden, your keyboard stops typing stuff because you’ve reached the character limit?
How can I make that happen for this textbox for 140 chars?
Use the
maxlengthattribute.