Aller au contenu
View in the app

A better way to browse. Learn more.

Next

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[RESOLU] formulaire (x)html

Featured Replies

Posté(e)

Dans un formulaire j'ai un choix multiple illustré par plusieurs bouton radio de la façon suivante :

Votre service :
     <input type="radio" name="service" value="serv1" />serv1<br />
     <input type="radio" name="service" value="serv2" />serv2<br />
     <input type="radio" name="service" value="serv3" />serv3<br />
     <input type="radio" name="service" value="serv4" />serv4<br />
     <input type="radio" name="service" value="serv5" />serv5<br />
     <input type="radio" name="service" value="serv6" />serv6<br />
     <input type="radio" name="service" value="serv7" />serv7<br />

Comme tous les boutons radio on les sélectionne en cliquant sur le bouton, et je voudrais que ce dernier se coche si je clique sur le texte qu'il y a à côté en légende du bouton...

J'ai entendu parler de label mais je ne suis pas sur...

Modifié par sarudansei

Posté(e)

<label for="serv1"><input type="radio" id="serv1" name="service" value="serv1" />serv1</label><br />

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.