Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Make a Client PC Beep 3

Status
Not open for further replies.

Gamera99

Programmer
May 17, 2001
59
0
0
JP
Does anyone know how to make a client's PC "BEEP"?
I am using ASPs created in MS Interdev 6 running on a server running IIS4. The clients and the webserver all intranet only.
The MSDN help documentation doesn't even mention the Visual Basic "BEEP" function for Interdev.
Thanks if anyone can help.
 
I don't think you can do that (I don't know of any javascript or VBscrip to do that).

But you could send a sound file that sounds like a beep.

Chip H.
 
In vb script you can just write Beep

Example Case form1.textfield.value = ""
Beep
Msgbox "Sorry, textfield can not be left empty"
 
Tyant -

Thanks for the tip. I didn't know that was there.

Chip H.
 
Thanks for the tips; I had tried the good ol' "BEEP" function like tyant mentioned but I must have done something wrong. I'll retrack and try it again. Thanks everyone.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top