1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

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