Probleme javascript
Résolu/Fermé
thecrazzy84
Messages postés
75
Date d'inscription
samedi 28 août 2010
Statut
Membre
Dernière intervention
18 juillet 2015
-
14 mai 2012 à 15:33
ReDLoG - 14 mai 2012 à 15:42
ReDLoG - 14 mai 2012 à 15:42
A voir également:
- Probleme javascript
- Telecharger javascript - Télécharger - Langages
- Javascript echo ✓ - Forum PHP
- Node.js javascript runtime virus ✓ - Forum Virus
- Erreur #125 javascript - Forum Mozilla Firefox
- A javascript error occurred in the main process - Forum Handicap / Accessibilté
1 réponse
<script type="text/javascript"> <!-- function verif_Form_Validator() { if (document.getElementById('Genre').value == "") { alert("Veuillez choisir le \"Type\" de jeu :\nCG \nSNGo \nMTT ."); document.getElementById('Genre').focus(); return false; } else { return true; } } //--> </script> <body> <div id="nouveau"> <h2>Nouveaux Tournois :</h2> <form id="verif_Form" action="trt_post.php" language="JavaScript" method="post" onsubmit="return verif_Form_Validator()"> <input type="text" id="Genre" name="GENRE" value="" /> </form>