Added sample to display message notification. When we show it, we need to add a beep. This almost mimics a behavior similar to a desktop alert.
Anyone have a solution?
this should help
<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">
Source: https://habr.com/ru/post/1442290/More articles:Code Separation / Printing Format - Official Mentioned - javaHow to check if an input contains a valid .Net regular expression? - c #How can I open a drop-down list on the first touch, follow the link on the second - jQuery? - jqueryConnection failure on an asynchronous NIO2 Java7 server - javaCEF and localized strings in * .pak files - c ++Need help (search algorithm) - algorithmclient side localization - javascriptAlternative OpenSL ES on Android - androidParse an HTTP JSON message in a Rails 3 application? - jsonUsing the Python / C API to get PyStrings values ββin the interpreter as CStrings in a C program - cAll Articles