How To Inserrt The To Uppercase Command In Html Forms?
Sunday, June 21st, 2009 at
5:20 pm
How to insert the to uppercase command in HTML forms. In html forms when we enter the username it has to change in caps. Your answer will be appreciated.
Tagged with: Command • Forms • HTML • Inserrt
Filed under:
HTML
Like this post? Subscribe to my RSS feed and get loads more!
add
Change it toonblur=”javascript:this.value
=this.value.toUpperCase();”
make sure its all on one line just yahoo cuts it off
into the html form e.g.
if your form is