前提・実現したいこと
htmlじょうのボタンを押すと、enterを押したら、キーボードのenterや上矢印を押したら、キーボードの↑などが押されるようにしたいのですが、どのようにしたらいいのかわからないので、教えてほしいです。
該当のソースコード
html
1<!DOCTYPE html> 2<html lang="ja"> 3<body> 4 5<div style="position:absolute; left:20px; top:630px; width:310px; height:110px; z-index:1"> 6<input id="arrow8" type="button" onClick="up()" value="↑ タッチ用" style="width:100px; height:50px; color:red"> 7<input type="button" onClick="enter()" value="enter" style="width:100px; height:50px; color:black"> 8<input type="button" onClick="left()" value="←タッチ用" style="width:100px; height:50px; color:blue"> 9<input type="button" onClick="right()" value="タッチ用→" style="width:100px; height:50px; color:green"> 10<input type="button" onClick="down()" value="タッチ用 ↓" style="width:100px; height:50px; color:brown"> 11</div> 12 13<script> 14function enter(){ 15ここがわからない 16} 17・ 18・ 19・ 20function down(){ 21ここがわからない 22} 23</script> 24 25</body> 26</html>
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/08/23 01:09