Page 1245 - IT2
P. 1245

indianred;
                   border: 2px outset indianred;
                   font-weight: bold;
                   font-family: times;
                   font-size: 12pt;
                   cursor: hand;
            }
            input.bouton:hover {
                   background-color:red;
                   color:indianred;
            }
            input.bouton:active {
                   border:2px inset indianred;
                   background-color:red;
                   color:white;
            }

            ul {
                   list-style-type: none;
                   font: 14px Verdana, Arial, sans-serif;}

            li {
                   margin-bottom: 5px;}

            .menu a {
                   margin: 0 2px;
                   width: 100px;
                   height: 20px;
                   display: block;
                   text-align: center;
                   border: 1px solid gray;
                   text-decoration: none;
                   color: #000;
                   background: #fff;}

            .menu a:hover {
                   background: #ccc;}

            .menu a:active {
                   background: gray;}

            </style></head>

            <body>
            <script type="text/javascript">
            <!--  Contrôle de formulaire

            function controle(Formulaire)
            {     //requiert la fonction email()
            var Erreur="";
            for (var i=0;i<Formulaire.elements.length-2;i++)
            {                                //Le champ comporte une valeur
              if (Formulaire.elements[i].value.length<2)
                   { Erreur+="Renseigner le champ "+Formulaire.elements[i].name +".\n"; }

             //Code carte
              if (Formulaire.elements[i].name=="carte")
                 { if (isNaN(Formulaire.elements[i].value)
                     || Formulaire.elements[i].value.length!=8)
                    { Erreur+="Contrôle du Code de votre carte.\n";}
                 }
                                              //Email
                                          www.itlearning-settat.com                                      6/8

                                   Email: admission@itlearning-settat.com

                                                   Tél.:0661077812
   1240   1241   1242   1243   1244   1245   1246   1247   1248   1249   1250