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.
onmousedownいくつかの関数を実行したいのですがonmousedown、twebbrowserでこの関数をイベントなしで実行するにはどうすればよいですか?
onmousedown
適切な機能を教えていただけますか?
次のように、関数名をnullに設定してみてください。
alert('test'); // will show 'test' alert = null; alert('test'); // will do nothing