capitalize input text html

38

conveert text to uppercase in input field -

<input type="text" class="normal" 
       name="Name" size="20" maxlength="20" 
       style="text-transform:uppercase" /> 

Comments

Submit
0 Comments