Is there anything out there so that when a user fills in a field it gets changed to CPAITAL LETTERS?
EG:
User fill in this name field - Name: nathan
it will display as automatically as
Name: NATHAN
Is there anything out there so that when a user fills in a field it gets changed to CPAITAL LETTERS?
EG:
User fill in this name field - Name: nathan
it will display as automatically as
Name: NATHAN
Or:Code:<style> .upper{text-transform: uppercase;} </style> <input type="text" class="upper" />
Code:<input type="text"style="text-transform: uppercase;"/>
Jeremy | jfein.net
banka (03-10-2008),scottjcampbell (03-12-2008)
Bookmarks