vendredi 17 avril 2015

Using checkboxes in HTML to display data

I'm creating a web-page for guitarists, where a user selects certain styles of music and areas they hope to improve upon (Scales, Lead Playing etc.) using a 2 checkbox type forms. They are then presented with a table of websites suitably based upon the information they present. How do I utilise this information to make out a unique table for each user?



<h2><u> Please fill out the following form</u>:</h2>
<h3> Select the musical styles you are interested in: </h3>
<form>
<input type="checkbox" name="style" value="on"> Blues
<br>
<input type="checkbox" name="style" value="on"> Jazz
<br>
<input type="checkbox" name="style" value="on"> Rock
<br>
</form>


Here is a sample form I have set up. I'm really asking for the basics with this. Where do i store my information (Website names, links). How do I determine which sites to display?





Aucun commentaire:

Enregistrer un commentaire