Listing du fichier f_jphistopct3.js
00001function xmp(num) {
00002
00003 if (num==0) {
00004 window.document.getElementById("titr").value=""
00005 window.document.getElementById("xmrks").value=""
00006 window.document.getElementById("vdata").value=""
00007 window.document.getElementById("couleur").value=""
00008 window.document.getElementById("resultats").setAttribute("class","invisible")
00009 } // fin si
00010
00011 if (num==1) {
00012 window.document.getElementById("titr").value="Dossier TITANIC : survivants"
00013 window.document.getElementById("xmrks").value="décédé(e) , survivant(e)"
00014 window.document.getElementById("vdata").value="1490 , 711"
00015 window.document.getElementById("couleur").value="blue"
00016 } // fin si
00017
00018 if (num==2) {
00019 window.document.getElementById("titr").value="Data TITANIC, classes de cabines "
00020 window.document.getElementById("xmrks").value="équipage , premiére classe , seconde classe , troisiéme catégorie"
00021 window.document.getElementById("vdata").value="885 , 325 , 285 , 706"
00022 window.document.getElementById("couleur").value="red"
00023 } // fin si
00024
00025 if (num==3) {
00026 window.document.getElementById("titr").value="Dossier ELF, répartition hommes/femmes"
00027 window.document.getElementById("xmrks").value="Femmes , Hommes"
00028 window.document.getElementById("vdata").value="64 , 35 "
00029 window.document.getElementById("couleur").value="black"
00030 } // fin si
00031
00032 window.document.getElementById("resultats").setAttribute("class","invisible")
00033 window.document.getElementById("jph3").setAttribute("src","images/loading.gif")
00034
00035 } // fin de fonction xmp
00036
00037 // #########################################
00038
00039 function jphistopct3(formulaire) {
00040
00041 window.document.getElementById("resultats").setAttribute("class","visible")
00042 window.document.getElementById("jph3").setAttribute("src","images/loading.gif")
00043 var urlJph3 = "jphistopct3.php?"
00044 urlJph3 += "vdata=" + window.document.getElementById("vdata").value.replace(",","_")
00045 urlJph3 += "&xmrks=" + window.document.getElementById("xmrks").value.replace(",","_")
00046 urlJph3 += "&couleur=" + window.document.getElementById("couleur").value
00047 urlJph3 += "&titr=" + window.document.getElementById("titr").value
00048 window.document.getElementById("jph3").setAttribute("src",urlJph3)
00049
00050 } // fin de fonction jphistopct2
Pour ne pas voir les numéros de ligne, ajoutez &nl=non à la suite du nom du fichier.
Retour à la page principale de (gH)