I am trying to add a dropdown list with the point values 1, 2, 3 ,4
If I use the number 1 from the dropdown for the first question, I need it to not allow the user to use that value again for...
I created a trivia quiz with 16 questions. To play you have to enter in your firstname and lastname then hit continue. Now you are presented with the first question. For each question you have to...
I created a quiz which detects if your answer is correct or incorrect in javascript, however, if have a question like what color is the sky and the user types in "light blue" it code will see that as...
My code goes through the answer function (below) and it determins if you answered green. If you answered green a popup says correct other wise incorrect. How can I modify my code so that I can add...
My code goes through the answer function (below) and it determins if you answered green. If you answered green a popup says correct other wise incorrect. How can I modify my code so that I can add...
Thank you Fang! It worked perfectly. I have one more question for you. If I want to add a third dropdown list called dropdown3.html which give you an error if you choose the same option as the first...
I cant get my cookie to work. I believe its not my javascript that is wrong. Can anyone take a look to see what i did wrong in my cookie? I have to pages dropdown1.html and dropdown2.html. Both pages...
What is the easiest way to create multiple drop down menus on different html pages that are chained together so you cannot pick the same option twice. Either the second drop down gives you and error...