ypothier
- Messages postés
-
80
- Date d'inscription
- vendredi 4 janvier 2002
- Statut
- Membre
- Dernière intervention
- 22 janvier 2007
Salut, tu peux faire ca aussi, ca marche également:
<html>
<head>
<script language="javascript">
function ch()
{
document.maform.monbouton.style.background = '#FF0000';
}
</script>
</head>
<form name="maform">
</form>
</html>
bye
ypothier