I have a form which has several tags.
is this possible:
<select name="select1" id="select1">
<option id="1990" value="1990">1990</option>
<option id="1991" value="1991">1991</option>
</select>
<select name="select2" id="select2">
<option id="1990" value="1990">1990</option>
<option id="1991" value="1991">1991</option>
</select>
The ID are the same...
Thanks