Limiting amount of characters in textfield without JS

Discussion in 'HTML & Website Design' started by Dirty-Rockstar, Aug 26, 2007.

  1. #1
    anyway i can limit the amount of text in here to say 50 characters without Javascript.


    <textarea name='reason' cols='50' rows='2' wrap='soft'></textarea>
    HTML:
    If that is not possible is it possible to stretch this: so it has the cols and rows span i want that way i can use MAXLENTH here:

    
    <form action=test2.php method=post>
    <input type=text name=xxxx MAXLENGTH='50'>
    HTML:

     
    Dirty-Rockstar, Aug 26, 2007 IP