Hello, I'm trying to find a way to replace the user's alert system sound with a custom sound in the following script. Can someone please point me in the right direction?
Code:
<script type="text/javascript"> var monitor = setTimeout("alert('The monitor is working');",0); </script>
Comment