|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
is there a javascript function to capitalize a text string?
can someone point me a direction where i can refer to all the available functions for javascript 1.2? thank you. |
|
#2
|
|||
|
|||
|
var upperText="alphabet";
document.write(upperText.toUpperCase()); Of course there also is a toLowerCase() function. Go to http://developer.netscape.com/docs/manuals/index.html, click on Javascript and you will find all references and guides for Javascript versions 1.2, 1.3 and 1.4. Available in PDF format. ------------------ Good luck, Bas ------------------ E-mail me at: b.vandermeijden@pecoma.nl |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > any function to capitalize text? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|