I need Textbox length Maximum 5digit number including (.), i have write the below coding, its get more then 5 digit, anyone can guess what is the problem? <input type=text name=credit[] id=creditval maxlength='5' size=3 style='height:18px;border-color:#000000;font-size:10px'> Thanks in advance.
I tested it and works in firefox 3.. maybe try to put quotes around every argument, so <input type='text' name='credit[]' id='creditval' maxlength='5' size='3' style='height:18px;border-color:#000000;font-size:10px'> Code (markup):