Yohan said:
Nevertheless, because you talk about CGI orientation, it interest me too
to know how to produce a simple beep in internal speaker when script is
reached through web server and current STDOUT is a web browser. Do you
have an idea without using any external module ? Or, what's the module
that gives the best combination reliability-simplicity under both Unix
and Win ?
The phrase "current STDOUT is a web browser" means you want this to
happen while the CGI is executing on the web server. If the web browser
is in France and the web server is in California, making the server's
internal speaker go 'beep' is really not a good idea. There's no one
to hear it, and 100 hits per minute would create an awful noise in
the server room.
I assume you really want to make a noise on the PC the browser is
running on. There is no way to do that in plain HTML, so you would
have to resort to something like Java, JavaScript, VBScript, Direct-X, etc.
That sort of behavior is _not_ portable and often not possible.
-Joe