473,569 Members | 2,772 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to generate a system beep

Anz
Is there any JavaScript function to generate a Beep sound from
system ?,
is it possible to make system Beep using JavaScript function ?
Jul 29 '08 #1
6 11431
Anz wrote on 29 jul 2008 in comp.lang.javas cript:
Is there any JavaScript function to generate a Beep sound from
system ?,
is it possible to make system Beep using JavaScript function ?
If you mean using plain Javascript clientside in a browser without
compromizing security:

No, no.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jul 29 '08 #2
Anz wrote:
Is there any JavaScript function to generate a Beep sound from
system ?,
No.
is it possible to make system Beep using JavaScript function ?
Maybe.
PointedEars
--
Anyone who slaps a 'this page is best viewed with Browser X' label on
a Web page appears to be yearning for the bad old days, before the Web,
when you had very little chance of reading a document written on another
computer, another word processor, or another network. -- Tim Berners-Lee
Jul 29 '08 #3
On Jul 29, 9:36 am, Thomas 'PointedEars' Lahn <PointedE...@we b.de>
wrote:
Anz wrote:
Is there any JavaScript function to generate a Beep sound from
system ?,

No.
is it possible to make system Beep using JavaScript function ?

Maybe.
What a unnecessarily cryptic response that is just cluttering news
readers. Are you looking to increase you post count?

---

I believe what Thomas is struggling to imply is that if the user agent
(e.g. a browser) provides an API that could produce a beep or allow
some other technique like including Flash movie, for example, than a
beep could be initiated by a JavaScript function which calls that API.
The JavaScript language itself does not have such a function.

Peter
Jul 29 '08 #4
Peter Michaux wrote on 29 jul 2008 in comp.lang.javas cript:
On Jul 29, 9:36 am, Thomas 'PointedEars' Lahn <PointedE...@we b.de>
wrote:
>Anz wrote:
Is there any JavaScript function to generate a Beep sound from
system ?,

No.
is it possible to make system Beep using JavaScript function ?

Maybe.

What a unnecessarily cryptic response that is just cluttering news
readers. Are you looking to increase you post count?
Thomas is not cryptic at all.

The idea that the questions "Is there any?" and "Is it possible?"
should(!) be answered bij anything else as
'Yes', 'No', 'Maybe' or 'Dunno'
is preposterous.

This is usenet and not a helpdesk.

Even so the second answer should also be a firm "no" if plain clientside
javascript in one of the more common browsers with default security
settings is ment.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jul 29 '08 #5
On Jul 30, 12:00*am, "Evertjan." <exjxw.hannivo. ..@interxnl.net >
wrote:
>
Even so the second answer should also be a firm "no" if plain clientside
javascript in one of the more common browsers with default security
settings is ment.
javascript:docu ment.write("\x0 7"); //Grrr, damn it !

:-)

--Jorge.
Jul 29 '08 #6
Jorge wrote on 30 jul 2008 in comp.lang.javas cript:
On Jul 30, 12:00*am, "Evertjan." <exjxw.hannivo. ..@interxnl.net >
wrote:
>>
Even so the second answer should also be a firm "no" if plain clientside
javascript in one of the more common browsers with default security
settings is ment.

javascript:docu ment.write("\x0 7"); //Grrr, damn it !

:-)
Like in?:

<a href='javascrip t:document.writ e("\x07");'>Grr r, damn it !</a>

or

<script type='text/javascript'>
document.write( "\x07");
</script>

IE testing:

Does not sound[,] right[.?]

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jul 30 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
12194
by: Baza | last post by:
Am I right in thinking that >>>print "\a" should sound the system, 'bell'? B -- Computer says, 'no'
1
43895
by: Tim Marshall | last post by:
I've just received a new computer with Win XP Version 5.1.2600. I want to have Access 2003 and Access 97 running on this, so I did some googling on cdma and it seems I must install these versions of Access "sequentially", ie, A97, first. When I use the Office 97 installation cd, pick my choices, I end up, at the end of the installation, an...
0
1063
by: Tim Marshall | last post by:
I'm "exploring" A2003 right now and am pretty frustrated (Up until now, I've been an A97 only user). The improved security feature which interrogates the user as to whether s/he wants to open an app is really stupid. I searched google for this and in a thread last february (http://tinyurl.com/4e97a), Peter Russell mentioned turning security...
11
19583
by: Robert Lacoste | last post by:
Dear Access gurus, I was using since years Access 97, now under XP SP2, without any problem. However I've just reformatted my HD (viruses...), reinstalled XP SP2, and then I am no longer able to install Access 97 : When executing the install, I got successively two error messages (sorry, it's probable not exactly the same text than in the...
3
7187
by: Anton | last post by:
Where is the command for making a system beep (to indicate an error)?
4
6862
by: Rich | last post by:
Hello, I want to use the Beep() to alert users about certain messages but in my workstation I can't get a sound out of it. But Beep works in VB6. What do I need to do? Sub... .... Beep() For i = 0 to 100: Beep(): Next
10
3343
by: JonathanOrlev | last post by:
Hello everybody, I wrote this comment in another message of mine, but decided to post it again as a standalone message. I think that Microsoft's Office 2003 help system is horrible, probably the worst I ever seen. I almost cannot find anything I need, including things I
111
4572
by: Nate | last post by:
Hello, I am looking for a method to automatically declare variables in C. I'm not sure if there is a good way to do this, but I had something like this in mind... int i; for(i = 1; i < 4; i++){
4
9936
by: =?Utf-8?B?UmljaA==?= | last post by:
When I press the Enter key in a Textbox I get a beep sound. But when I press the Enter key in a combobox, I don't get the beep sound. Is there a way to suppress the beep? How to do this? Thanks
0
8120
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7672
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7968
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6283
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5512
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3653
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3640
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2113
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
937
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.