Monday, May 24, 2010

How can I make an online Jeopardy board using HTML?

I am trying to make a Jeopardy board to function on a website. Is there any way that I can do this with HTML?? I cannot use flash, or anything else. I am mostly working with frontpage, but if I can get the code to do it, that would be great. I have everything worked out with hyperlinks right now, but I need help with the board itself.





My problem is that I can't figure out how to make the value buttons to disappear after they've been clicked and I return to the homepage. (for example, the $100 question in the first category is picked. I click the value button and it hyperlinks to a new page. I then have a back to the board hyperlink, at which point I want the already clicked buttons to be invisible when I go back to the homepage from the questions.)





Does anyone have any idea how to do this??

How can I make an online Jeopardy board using HTML?
Use javascript to hide and unhide buttons based on variable values stored within the code.





To make these values available throughout the pages, load your site in frames and make one frame hold all the variables while in the other frams let the HTML pages load and unload as ususal.





Let me know if you need any further help.


No comments:

Post a Comment