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.
メッセージ通知を表示するサンプルを追加しました。表示するたびに、ビープ音を追加する必要があります。ほとんど、デスクトップアラートのような動作を模倣します。
誰でも解決策がありますか?
これは役立つはずです
<script> function PlaySound(soundObj) { var sound = document.getElementById(soundObj); sound.Play(); } </script> <embed src="success.wav" autostart="false" width="0" height="0" id="sound1" enablejavascript="true">