I would like to know how to redirect a page through select
, since I need value
of it.
<select name="setor" id="setor">
<option value="">Selecionar Setor</option>
<option value="age">Agenciamento</option>
<option value="exp">Exportação</option>
<option value="imp">Importação</option>
<option value="int">Internação</option>
<option value="pro">Processos</option>
</select>