Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: irt.org FAQ Knowledge Base Q625

Feedback on: irt.org FAQ Knowledge Base Q625

Sent by Robert Eby on November 03, 1999 at 13:45:16: - feedback #563

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.





Sent by anonymous on January 06, 2000 at 23:30:15: - feedback #703

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.


©2018 Martin Webb