| Author |
Automaticaly capitalising text using Javascript
|
Ronan Dowd
Ranch Hand
Joined: Jan 21, 2006
Posts: 84
|
|
Hi All, I have a form with an input textfield, called "name". I would like for a user to type into this field his name and for Javascript to automatically capitalize the first letter of his input (once the user tabs or clicks off the textfield) Would anyone any code samples/links where I could get some javascript to do this. Thanks in advance - Ro.
|
SCJP 1.4 | OCWCD JEE 5
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
basic idea: Eric
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
oh and onblur="this.value=this.value.firtstLetterToCap()" Eric
|
 |
 |
|
|
subject: Automaticaly capitalising text using Javascript
|
|
|