A voir également:
- Javascript : changer la couleur d'un <select>
- Telecharger javascript - Télécharger - Langages
- Erreur #125 javascript - Forum Mozilla Firefox
- Javascript est activé mais ne fonctionne pas ✓ - Forum Réseaux sociaux
- A javascript error occurred in the main process - Forum Windows
- A javaScript error occurred in the main process - Forum Handicap / Accessibilté
3 réponses
Salut
moi ça marche avec des <ipnut> mais je suis certain que cela marchera avec tes <option>.
voici mon code:
<form action="mailer.php" method="post">
<input type="text" name="email" onchange="this.style.color='#000000'" style="color:#CDCDCD;" size="55" value="Votre e-mail" /><br />
<input type="text" name="subject" onchange="this.style.color='#000000'" style="color:#CDCDCD;" size="55" value="Sujet du message" />
</form>
A+
moi ça marche avec des <ipnut> mais je suis certain que cela marchera avec tes <option>.
voici mon code:
<form action="mailer.php" method="post">
<input type="text" name="email" onchange="this.style.color='#000000'" style="color:#CDCDCD;" size="55" value="Votre e-mail" /><br />
<input type="text" name="subject" onchange="this.style.color='#000000'" style="color:#CDCDCD;" size="55" value="Sujet du message" />
</form>
A+
Zestyr
Messages postés
466
Date d'inscription
mercredi 12 août 2009
Statut
Membre
Dernière intervention
17 octobre 2011
52
16 sept. 2009 à 14:14
16 sept. 2009 à 14:14
#AAA = gris.
25 avril 2010 à 04:26