A blog & community for non-professional web designers, programmers, webmasters, and other web savvies.

Change Text To Uppercase

February 28, 2011 - 12:00am -- aashni

Directions: Enter the text you'd like to have in uppercase in msg. If you are using any double quotes, make sure you use a \ before the double quotes.

<script type="text/javascript"><!--
var msg="This script changes all lowercase letters into uppercase letters (capitals).";
msg=msg.toUpperCase();
document.write (msg);
//-->
</script>
Code Preview: 
Forum Board: 

@IceCaves on Twitter

    Stay Connected

    Twitter Facebook Tumblr Google+ Glaciallis Google RSS

    *Follow us on Twitter or Facebook to also follow minor site updates that don't make it to the homepage news.