BOOK: Beginning JavaScript 2nd EditionFor questions about Beginning Javascript 2nd Edition by Paul Wilton. (ISBN: 0-7645-5587-1). Published April 2004. For Javascript questions not specific to this book, please see the Javascript forum. If you have the 1st edition, please continue to use that forum instead at: http://p2p.wrox.com/forum.asp?FORUM_ID=21
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning JavaScript 2nd Edition section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
I am in chapter 7 - windows and frames. Trying to get the Trivia Quiz to work for me. Whenever I click the refresh button on my browser, I am getting an "object doesn't support this property or method" errors. Have my pages on the web here:
I've been through my code over and over and can't find what could be causing this. Should this be happening?
Also, when I restart the quiz, the count of questions correct is not resetting to zero, so the more I do the quiz, the number just keeps going up. Look - I got 7 out of 3, right! LOL.
Talk about a needle in a haystack. So, I figured out that my numberOfQuestionsCorrect counter wasn't working because I hadn't capitalized the O in "Of" in my resetQuiz() function. Argggh!