pauldboughter Posted February 16, 2010 Report Share Posted February 16, 2010 I can't seem to get this alert box to work. var correctAns = gradeQuiz(); var timer = document.quizform.quizclock.value; window.alert('You have' + correctAns + 'correct of 5 in' + timer + 'seconds.');Can anyone review and see if I made any errors. Link to comment Share on other sites More sharing options...
ShadowMage Posted February 16, 2010 Report Share Posted February 16, 2010 What does "can't get this to work" mean? Can you be a little more specific?You can use an error console such as Firebug for FireFox to see if that helps you track down the error. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now