Desactive une bouton
Fermé
spartacus-mer1
Messages postés
63
Date d'inscription
mardi 26 février 2008
Statut
Membre
Dernière intervention
8 août 2009
-
6 mai 2008 à 13:17
burnedsyn Messages postés 170 Date d'inscription samedi 29 septembre 2007 Statut Membre Dernière intervention 21 février 2009 - 6 mai 2008 à 15:09
burnedsyn Messages postés 170 Date d'inscription samedi 29 septembre 2007 Statut Membre Dernière intervention 21 février 2009 - 6 mai 2008 à 15:09
A voir également:
- Desactive une bouton
- Pave tactile desactive - Guide
- Compte facebook désactivé - Guide
- Récupérer compte yahoo désactivé - Guide
- Compte facebook piraté et désactivé - Guide
- Compte instagram desactivé - Guide
3 réponses
burnedsyn
Messages postés
170
Date d'inscription
samedi 29 septembre 2007
Statut
Membre
Dernière intervention
21 février 2009
16
6 mai 2008 à 13:21
6 mai 2008 à 13:21
tu dois utiliser javascript pour ce faire
en premier veux tu que tous les boutons de commandes soit desactivé ou seulement celui ou l'on a cliquer ?
en premier veux tu que tous les boutons de commandes soit desactivé ou seulement celui ou l'on a cliquer ?
burnedsyn
Messages postés
170
Date d'inscription
samedi 29 septembre 2007
Statut
Membre
Dernière intervention
21 février 2009
16
6 mai 2008 à 13:34
6 mai 2008 à 13:34
bien ok
pour me donner une idée tous les boutons sont dans le meme formulaire ou chaque bouton appartiens a un formulaire distinct ?
pour me donner une idée tous les boutons sont dans le meme formulaire ou chaque bouton appartiens a un formulaire distinct ?
spartacus-mer1
Messages postés
63
Date d'inscription
mardi 26 février 2008
Statut
Membre
Dernière intervention
8 août 2009
6 mai 2008 à 13:39
6 mai 2008 à 13:39
beh
j'ai 6 formulaire dans la page
dans chaque formulaire il contien le choix(x) et le nombre de (x) et une bouton commande
j'ai 6 formulaire dans la page
dans chaque formulaire il contien le choix(x) et le nombre de (x) et une bouton commande
burnedsyn
Messages postés
170
Date d'inscription
samedi 29 septembre 2007
Statut
Membre
Dernière intervention
21 février 2009
16
6 mai 2008 à 13:41
6 mai 2008 à 13:41
peux tu me donner un exemple complet de formulaire stp
ainsi je le modifie et tu vois
ainsi je le modifie et tu vois
spartacus-mer1
Messages postés
63
Date d'inscription
mardi 26 février 2008
Statut
Membre
Dernière intervention
8 août 2009
>
burnedsyn
Messages postés
170
Date d'inscription
samedi 29 septembre 2007
Statut
Membre
Dernière intervention
21 février 2009
6 mai 2008 à 13:45
6 mai 2008 à 13:45
<td height="277"> <form name="form" method="post" action="">
<table width="461" border="0">
<tr>
<td width="141"><select name="type_cmd_vch" id="type_cmd_vch">
<option value="30 minutes">30 minutes</option>
</select>
</td>
<td width="213"><input name="quant_cmd_vch" type="text" id="quant_cmd_vch" maxlength="3"></td>
<td width="93"><input type="submit" name="Submit" value="Commandes" onClick="this.form.submit();this.disabled=true"></td>
</tr>
</table>
</form>
<form name="form1" method="post" action="">
<table width="461" border="0">
<tr>
<td width="141"><select name="type_cmd_vch" id="type_cmd_vch">
<option value="60 minutes">60 minutes</option>
</select></td>
<td width="213"><input name="quant_cmd_vch" type="text" id="quant_cmd_vch" maxlength="3"></td>
<td width="93"><input type="submit" name="Submit2" value="Commandes"></td>
</tr>
</table>
</form>
<form name="form2" method="post" action="">
<table width="461" border="0">
<tr>
<td width="141"><select name="type_cmd_vch" id="type_cmd_vch">
<option value="12 heurs">12 heurs</option>
</select></td>
<td width="213"><input name="quant_cmd_vch" type="text" id="quant_cmd_vch" maxlength="3"></td>
<td width="93"><input type="submit" name="Submit3" value="Commandes"></td>
</tr>
</table>
</form>
<form name="form3" method="post" action="">
<table width="461" border="0">
<tr>
<td width="141"><select name="type_cmd_vch" id="type_cmd_vch">
<option value="24 heurs">24 heurs</option>
</select></td>
<td width="213"><input name="quant_cmd_vch" type="text" id="quant_cmd_vch" maxlength="3"></td>
<td width="93"><input type="submit" name="Submit4" value="Commandes"></td>
</tr>
</table>
</form>
<form name="form4" method="post" action="">
<table width="461" border="0">
<tr>
<td width="141"><select name="type_cmd_vch" id="type_cmd_vch">
<option value="72 heurs">72 heurs</option>
</select></td>
<td width="213"><input name="quant_cmd_vch" type="text" id="quant_cmd_vch" maxlength="3"></td>
<td width="93"><input type="submit" name="Submit5" value="Commandes"></td>
</tr>
</table>
</form>
<form name="form5" method="post" action="">
<table width="461" border="0">
<tr>
<td width="141" height="26"><select name="type_cmd_vch" id="type_cmd_vch">
<option value="168 heurs">168 heurs</option>
</select></td>
<td width="213"><input name="quant_cmd_vch" type="text" id="quant_cmd_vch" maxlength="3"></td>
<td width="93"><input type="submit" name="Submit6" value="Commandes"></td>
</tr>
</table>
</form></td>
<table width="461" border="0">
<tr>
<td width="141"><select name="type_cmd_vch" id="type_cmd_vch">
<option value="30 minutes">30 minutes</option>
</select>
</td>
<td width="213"><input name="quant_cmd_vch" type="text" id="quant_cmd_vch" maxlength="3"></td>
<td width="93"><input type="submit" name="Submit" value="Commandes" onClick="this.form.submit();this.disabled=true"></td>
</tr>
</table>
</form>
<form name="form1" method="post" action="">
<table width="461" border="0">
<tr>
<td width="141"><select name="type_cmd_vch" id="type_cmd_vch">
<option value="60 minutes">60 minutes</option>
</select></td>
<td width="213"><input name="quant_cmd_vch" type="text" id="quant_cmd_vch" maxlength="3"></td>
<td width="93"><input type="submit" name="Submit2" value="Commandes"></td>
</tr>
</table>
</form>
<form name="form2" method="post" action="">
<table width="461" border="0">
<tr>
<td width="141"><select name="type_cmd_vch" id="type_cmd_vch">
<option value="12 heurs">12 heurs</option>
</select></td>
<td width="213"><input name="quant_cmd_vch" type="text" id="quant_cmd_vch" maxlength="3"></td>
<td width="93"><input type="submit" name="Submit3" value="Commandes"></td>
</tr>
</table>
</form>
<form name="form3" method="post" action="">
<table width="461" border="0">
<tr>
<td width="141"><select name="type_cmd_vch" id="type_cmd_vch">
<option value="24 heurs">24 heurs</option>
</select></td>
<td width="213"><input name="quant_cmd_vch" type="text" id="quant_cmd_vch" maxlength="3"></td>
<td width="93"><input type="submit" name="Submit4" value="Commandes"></td>
</tr>
</table>
</form>
<form name="form4" method="post" action="">
<table width="461" border="0">
<tr>
<td width="141"><select name="type_cmd_vch" id="type_cmd_vch">
<option value="72 heurs">72 heurs</option>
</select></td>
<td width="213"><input name="quant_cmd_vch" type="text" id="quant_cmd_vch" maxlength="3"></td>
<td width="93"><input type="submit" name="Submit5" value="Commandes"></td>
</tr>
</table>
</form>
<form name="form5" method="post" action="">
<table width="461" border="0">
<tr>
<td width="141" height="26"><select name="type_cmd_vch" id="type_cmd_vch">
<option value="168 heurs">168 heurs</option>
</select></td>
<td width="213"><input name="quant_cmd_vch" type="text" id="quant_cmd_vch" maxlength="3"></td>
<td width="93"><input type="submit" name="Submit6" value="Commandes"></td>
</tr>
</table>
</form></td>
burnedsyn
Messages postés
170
Date d'inscription
samedi 29 septembre 2007
Statut
Membre
Dernière intervention
21 février 2009
16
>
spartacus-mer1
Messages postés
63
Date d'inscription
mardi 26 février 2008
Statut
Membre
Dernière intervention
8 août 2009
6 mai 2008 à 13:59
6 mai 2008 à 13:59
tu test avec Internet Explorer non ?
spartacus-mer1
Messages postés
63
Date d'inscription
mardi 26 février 2008
Statut
Membre
Dernière intervention
8 août 2009
>
burnedsyn
Messages postés
170
Date d'inscription
samedi 29 septembre 2007
Statut
Membre
Dernière intervention
21 février 2009
6 mai 2008 à 14:10
6 mai 2008 à 14:10
oui
mais l bleme c ke l bouton desactive just kel seconde
mais l bleme c ke l bouton desactive just kel seconde
burnedsyn
Messages postés
170
Date d'inscription
samedi 29 septembre 2007
Statut
Membre
Dernière intervention
21 février 2009
16
>
spartacus-mer1
Messages postés
63
Date d'inscription
mardi 26 février 2008
Statut
Membre
Dernière intervention
8 août 2009
6 mai 2008 à 15:09
6 mai 2008 à 15:09
ca par contre c'est normal tu appelle la meme page dans ton form donc quand il la recharge les boutons sont réinitialiser
par contre ca empeche de clicker deux fois de suite avant que le form n'ai été traité
par contre ca empeche de clicker deux fois de suite avant que le form n'ai été traité
6 mai 2008 à 13:24