<HTML> <BODY> <center> <form> <input type="text" size=40 onChange="javascript:this.value=this.value.toUpperCase();"> <br> <input type="button" value="大文字に変換!"> </form> </center> </BODY> </HTML>