Valid XHTML     Valid CSS2    


        function xmp(num) {
        
        if (num==0) {
           window.document.getElementById("titr").value=""
           window.document.getElementById("xmrks").value=""
           window.document.getElementById("vdata").value=""
           window.document.getElementById("couleur").value=""
        } // fin si
        
        if (num==1) {
           window.document.getElementById("titr").value="Dossier TITANIC : survivants"
           window.document.getElementById("xmrks").value="décédé(e) , survivant(e)"
           window.document.getElementById("vdata").value="1490 , 711"
           window.document.getElementById("couleur").value="blue"
        } // fin si
        
        if (num==2) {
           window.document.getElementById("titr").value="Data TITANIC, classes de cabines "
           window.document.getElementById("xmrks").value="équipage , premiére classe , seconde classe , troisiéme_catégorie"
           window.document.getElementById("vdata").value="885 , 325 , 285 , 706"
           window.document.getElementById("couleur").value="red"
        } // fin si
        
        if (num==3) {
           window.document.getElementById("titr").value="Dossier ELF, répartition hommes/femmes"
           window.document.getElementById("xmrks").value="Femmes , Hommes"
           window.document.getElementById("vdata").value="64 , 35 "
           window.document.getElementById("couleur").value="black"
        } // fin si
        
        } // fin de fonction xmp
        
        // #########################################
        
        function jphistopct2(formulaire) {
        
        window.document.getElementById("resultats").setAttribute("class","visible")
        var n = formulaire.n.value
        
        var xhr;
         try {  xhr = new ActiveXObject('Msxml2.XMLHTTP');   }
         catch (e) {
                try {   xhr = new ActiveXObject('Microsoft.XMLHTTP');    }
                catch (e2) {
                  try {  xhr = new XMLHttpRequest();     }
                  catch (e3) {  xhr = false;   }
                }
         } // fin du catch
        
         xhr.onreadystatechange  = function()  {
            if (xhr.readyState  == 4) {
               if (xhr.status  == 200) {
                   // on transmet tout le fichier
                   reponse =  xhr.responseText ;
                   // conversion UTF en iso8859
                   var reg = new RegExp("é", "g");
                   reponse = reponse.replace(reg,"é") ;
                   document.getElementById("resultats").innerHTML =  reponse
               } else {
                   document.getElementById("resultats").innerHTML =  "Error code " + xhr.status ;
               } ; // fin de xhr.status  == 200
            } ; // fin de xhr.readyState  == 4
         } ; // fin de fonction xhr.onreadystatechange
        
         var url = "jphistopct2.php?vdata=5_15" ;
         xhr.open("GET", url,  true);
         xhr.send(null);
        
        } // fin de fonction jphistopct2
        

 

 

retour gH    Retour à la page principale de   (gH)