Bonjour , j utilise cette fonction pour envoyer les couleurs a mon projet
Cela fonctionne correctement.
Serait il possible de ce passer des boutons send pour que la valeur soit automatiquement envoyé a chaque changement ?
Merci


Code html : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
    <form action="/1" target="popup" > 
        --------------------Date------------------- <input id="DATE_COLOR_PICK" type="color" name="DATE_COLOR_PICK">
        <input type="submit" value="Send" ><br>
    </form><br>
 
    <form action="/1" target="popup" > 
        ------------------Heure------------------ <input id="TIME_COLOR_PICK" type="color" name="TIME_COLOR_PICK">
        <input type="submit" value="Send" ><br>
    </form><br>
 
    <form action="/1" target="popup" > 
        ----------------Secondes--------------- <input id="SECONDS_COLOR_PICK" type="color" name="SECONDS_COLOR_PICK">
        <input type="submit" value="Send" ><br>
    </form><br>