I'm designing my first webpage and I have a problem.
I have several <input type="button">'s that a visitor can or can not click on.
I am wondering if there is a way to record which buttons they do click on so I can display different material based on whatever buttons they clicked.
For example:
They click button 1, and options A, B, and C show up.
They click button 2, and options D, E, and F show up.
They click buttons 1 and 3, and options A, C, and F show up.
Is there a way to do this with Javascript? Do I need to learn a server-side language like PHP?
Bookmarks