Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Java Scriptでアルファベットキーを押して入力した文字を削除できないテキストボックスが必要です。
この属性を入力に追加するだけです。
onkeydown = "if(/[a-z]/i.test(String.fromCharCode((event||window.event).keyCode))){return false;}"