Feedback on: irt.org FAQ Knowledge Base Q625
Worth:
Not worth reading
Length:
Too short
Comments:
Don't get me wrong generally I think your site is great, but on this particular subject, I didn't find any help.
For one thing I already knew about java.awt.Toolkit... that's in every java reference. I was looking for a Javascript solution...
What if my browser is not java enabled?? Is there a way to commit a beep from javascript? I'm running IE 5 here and I get javascript errors when I run that... I'd hope there's at least a method for making both current IE and Netscape versions beep in a web page.
The only way I've come up with for IE is an activeX control that performs a beep however... I'm not done looking yet either.
Comments:
Is there not a bug in
if ((navigator.javaEnabled != null) && (navigator.javaEnabled())) {
ie a missing pair of () after Enabled?
It did not work.
It should mention it only works on Netscape.