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

Feedback on: irt.org FAQ Knowledge Base Q390, February 01, 2000 at 23:41:34:

You are here: irt.org | About | Feedback | 783 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q390

Sent by
Annie Ngo on February 01, 2000 at 23:41:34:

Worth:
Very worth reading

Length:
Just right

Technical:
Just right

Comments:
Thanks for this site! :)

I first got an "invalid number of arguments" when I ran this in IE.

It's fixed by removing "false" as a parameter:

old:
function playSound() { document.firstSound.play(false); }

new:
function playSound() { document.firstSound.play(); }



Other feedback on 'irt.org FAQ Knowledge Base Q390' - show all

©2018 Martin Webb