Hi guys.
I need to create a select tag, but I cound’t create links to call other pages when I click on the options. I tried something with onClick, but no success.
<label for="cidades"></label><select multiple="multiple" size="10" id="cidades">
<optgroup label="Minas Gerais">
<option value ="1" >Araxá</option>
<option value ="5">Uberaba</a></option>
<option value ="3">Uberlândia</option>
</optgroup>
<optgroup label="Goias">
<option value ="2">Rio Verde</option>
<option value ="4"></option>
</optgroup>
</select>