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.
JavaScript を使用して、IE と Firefox でマウスの左ボタンと右ボタンのクリックを区別するにはどうすればよいですか? これらの 2 つのブラウザー間で何か違うことをする必要がありますか?
左クリックと右クリックには、それぞれonclickとイベントを使用します。oncontextmenu
onclick
oncontextmenu