I have select
<select class="select-sala" id="selecionar-aula">
<option value="">Pagina 1</option>
<option value="">Pagina 2</option>
</select>
What I need is that when I select the página 1
it sends me to the url of Page 1 dynamically, without it being necessary to click a button and thus also with página 2
.
How can I do this?