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