beep in the browser

  • Thread starter Thread starter Guest
  • Start date Start date
there is no direct support. you play a wave or audio file, or call an java
applet or active/x control

-- bruce (sqlwork.com)


| How do I make an ASP.net page beep with an error message?
 
You can put some HTML in your page like this to play a wav, mp3 or midi file
in your IE web page:
<bgsound src="mysound.wav">
 
Back
Top