<html> <body> <button onclick="var myS = new String('www.java2java.com'); alert(myS.toUpperCase());"> toUpperCase </button> </body> </html>