|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
I have noticed that my customer doesn't always read error my error messages.
How can I create a beep in the browser? > I have noticed that my customer doesn't always read error my error messages. Are you serious? You can't have browser beep as you would in Windows app. > How can I create a beep in the browser? But you could have it play a media file. Why not do javascript alert to get their attention? WebMatrix,
Yes, I am serious. I need a beep. Show quote "WebMatrix" wrote: > > > I have noticed that my customer doesn't always read error my error messages. > > How can I create a beep in the browser? > > Are you serious? You can't have browser beep as you would in Windows app. > But you could have it play a media file. > Why not do javascript alert to get their attention? <script language="javascript">
alert("Beep"); </script> Show quote "Arne" wrote: > WebMatrix, > Yes, I am serious. I need a beep. > > "WebMatrix" wrote: > > > > > > I have noticed that my customer doesn't always read error my error messages. > > > How can I create a beep in the browser? > > > > Are you serious? You can't have browser beep as you would in Windows app. > > But you could have it play a media file. > > Why not do javascript alert to get their attention? I agree.
The appropriate/commonly-accepted form of a Windows "beep" - is a popup. Or - maybe rework the app. You should always assume, no matter how unbelievable it may be, that your endusers are REALLY stupid. So if you have something so critical that the user needs to do something - your app shouldn't LET them do anything, until they do as they are instructed. For example, if you are trying to stop them from submitting a form until a field is filled out - they you don't warn them and hope for the best, you don't allow them to continue until they have complied with your requirements. Good luck Show quote "WebMatrix" <WebMat***@discussions.microsoft.com> wrote in message news:FBDC511D-110F-4EB4-ADC8-8C02E0FB1EBA@microsoft.com... > <script language="javascript"> > alert("Beep"); > </script> > > "Arne" wrote: > >> WebMatrix, >> Yes, I am serious. I need a beep. >> >> "WebMatrix" wrote: >> >> > >> > > I have noticed that my customer doesn't always read error my error >> > > messages. >> > > How can I create a beep in the browser? >> > >> > Are you serious? You can't have browser beep as you would in Windows >> > app. >> > But you could have it play a media file. >> > Why not do javascript alert to get their attention? RCS,
I have errors occuring on the server. Sometimes it might be appropriate to send back an alert box. I would prefer a sound alarm. I worst case I have to send back an animation with some dancing animals. Maybe I can wire up the browser to call 911 when my web server catch on fire. Do you know that some printers sends back an error saying that the printer is on fire? I wonder how they do that. Arne. Show quote "RCS" wrote: > I agree. > > The appropriate/commonly-accepted form of a Windows "beep" - is a popup. > Or - maybe rework the app. You should always assume, no matter how > unbelievable it may be, that your endusers are REALLY stupid. So if you have > something so critical that the user needs to do something - your app > shouldn't LET them do anything, until they do as they are instructed. > > For example, if you are trying to stop them from submitting a form until a > field is filled out - they you don't warn them and hope for the best, you > don't allow them to continue until they have complied with your > requirements. > > Good luck > > "WebMatrix" <WebMat***@discussions.microsoft.com> wrote in message > news:FBDC511D-110F-4EB4-ADC8-8C02E0FB1EBA@microsoft.com... > > <script language="javascript"> > > alert("Beep"); > > </script> > > > > "Arne" wrote: > > > >> WebMatrix, > >> Yes, I am serious. I need a beep. > >> > >> "WebMatrix" wrote: > >> > >> > > >> > > I have noticed that my customer doesn't always read error my error > >> > > messages. > >> > > How can I create a beep in the browser? > >> > > >> > Are you serious? You can't have browser beep as you would in Windows > >> > app. > >> > But you could have it play a media file. > >> > Why not do javascript alert to get their attention? > > > I don't think a text beep will do anything useful, unless I have a blind
person that has a text to sound translator. Arne Show quote "WebMatrix" wrote: > <script language="javascript"> > alert("Beep"); > </script> > > "Arne" wrote: > > > WebMatrix, > > Yes, I am serious. I need a beep. > > > > "WebMatrix" wrote: > > > > > > > > > I have noticed that my customer doesn't always read error my error messages. > > > > How can I create a beep in the browser? > > > > > > Are you serious? You can't have browser beep as you would in Windows app. > > > But you could have it play a media file. > > > Why not do javascript alert to get their attention? Or turn your speakers on.
Eliyahu P.S. What WebMatrix means is that a browser's alert box pops up with a quite distinct sound. Show quote "Arne" <A***@discussions.microsoft.com> wrote in message news:210762A2-918F-4BFA-AFAA-9BEBD0883962@microsoft.com... > > I don't think a text beep will do anything useful, unless I have a blind > person that has a text to sound translator. > Arne > > "WebMatrix" wrote: > >> <script language="javascript"> >> alert("Beep"); >> </script> >> >> "Arne" wrote: >> >> > WebMatrix, >> > Yes, I am serious. I need a beep. >> > >> > "WebMatrix" wrote: >> > >> > > >> > > > I have noticed that my customer doesn't always read error my error >> > > > messages. >> > > > How can I create a beep in the browser? >> > > >> > > Are you serious? You can't have browser beep as you would in Windows >> > > app. >> > > But you could have it play a media file. >> > > Why not do javascript alert to get their attention? |
|||||||||||||||||||||||