onchange ordre

This commit is contained in:
Vincent TEISSIER 2024-06-04 15:57:59 +02:00
parent 555992b973
commit 104f8250da
2 changed files with 6 additions and 3 deletions
application/views

@ -18,12 +18,14 @@
?>
</select>
<select name="order" id="order">
<option value="">Ordre :</option>
<select name="order" id="order" onchange="submitForm()">
<option value="">Ordre :</option>
<option value="asc">Croissant</option>
<option value="desc">Decroissant</option>
</select>
<button type="submit">Envoyer</button>
<button type="submit">Envoyer</button>
</form>
</main>
</body>

@ -26,3 +26,4 @@
</form>
</body>
</html>