テキストエリアの文字が変更されたら大文字に変換
onchange="this.value = this.value.toUpperCase()"としている。