Bonjour,

Je débute sur html et php, et je bloque sur plusieurs fonctionnalités:

1) J'ai un formulaire avec plusieurs options dont une qui est sélectionner un livre. Une foie le formulaire envoyer, il nous renvois sur une autre page, qui vas définir les paramètres du formulaire excepté un point essentiel qui est l'objet de ma question qui est le nombre de case à cocher en fonction du livre sélectionné. Chaque livre a un nombre de page différent

voici le code du formulaire:

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <link rel="stylesheet" href="creerungroupe.css" />
        <title>Créer un groupe</title>
    </head>

    <body>



<center>

<table width=550 height=500 border=1>

<tr class="fond">
<td align=center>



      
            
            <h1  id="entete">Créer un groupe d'étude</h1>

       

        <br>

            

            <form method="get" action="Livre.php">
    <p>
        <label for="pseudo">Votre pseudo <span class="required">*</span> :</label>
        <input type="text" name="pseudo" id="pseudo"  size="10" maxlength="30" required autofocus />

       
    </p>

        <br>
    
   <p>
       <label for="description">
       Description :
       </label>
       <br />
       
       <textarea name="description" id="description" rows="2" cols="50"  maxlength="100" overflow=auto cols='70'  >
      
       </textarea>       
   </p>
         
<p>
       <label for="livre">Selectionnez le livre: <span class="required">*</span> </label><br />
       <select name="livre"  id="livre" required="">
           
               <option value="livre 1">  Livre 1 </option>
               <option value="Livre 2"> Livre 2 </option>
               <option value="Livre 3">Livre 3 </option>
               <option value="Livre 4"> Livre 4 </option>
               <option value="Livre 5"> Livre 5 </option>
               <option value="Livre 6">Livre 6</option>
               <option value="Livre 7">Livre 7</option>
               <option value="Livre 8">Livre 8</option>
               <option value="livre 9">Livre 9</option>
               <option value="Livre 10">Livre 10</option>
               <option value="Livre 11">Livre 11</option>
               <option value="Livre 12">Livre 12</option>
               <option value="Livre 13">Livre 13</option>
               <option value="Livre 14">Livre 14</option>
                <option value="Livre 15">Livre 15</option>
               <option value="Livre 16">Livre 16</option>
               <option value="Livre 17">Livre 17</option>
               <option value="Livre 18">Livre 18</option>
               <option value="Livre 19">Livre 19</option>
               <option value="Livre 20">Livre 20</option>
               <option value="Livre 21">Livre 21</option>
               <option value="Livre 22">Livre 22</option>
                <option value="Livre 23">Livre 23</option>
               <option value="Livre 24">Livre 24</option>
               <option value="Livre 25">Livre 25</option>
               <option value="Livre 26">Livre 26</option>
               <option value="Livre 27">Livre 27</option>
               <option value="Livre 28">Livre 28</option>
               <option value="Livre 29">Livre 29</option>
               <option value="Livre 30">Livre 30</option>
                <option value="Livre 31">Livre 31</option>
               <option value="Livre 32">Livre 32</option>
               <option value="Livre 33">Livre 33</option>
               <option value="Livre 34">Livre 34</option>
               <option value="Livre 35">Livre 35</option>
               <option value="Livre 36">Livre 36</option>
               <option value="Livre 37">Livre 37</option>
               
               
           
       
   </p>



 <p>
    <label for="date"> Valable jusqu'au :  </label>
    <input type="date" name="date"  >

</p>

<label for="delai">Sans limite de temps : </label>
 <input type="checkbox" name="delai" id="delai"   >
 


   <p>
       Votre groupe d'étude sera :

        <label for="public">Public</label>
       <input type="radio" name="age" value="public" id="public" checked="checked" />

       <label for="prive">Privé</label>
       <input type="radio" name="age" value="prive" id="prive" /> <br />
      
   </p>

        <input type="submit" value="Envoyer">
             
         <input type="reset" value="Réinitialiser">

</form>
              

           </td>
</tr>
</table>
</center>    
    </body>
</html>


voici le code du livre:



<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <link rel="stylesheet" href="bababatra.css" />
        <title>Livre</title>
    </head>

    <body>

<center>
<table width=1100 height=1000 border=1>
<tr class="fond">
<td >

 

 
        
       
        
        <h1 align="center">  <?php echo $_GET['livre']; ?> </h1>
      

        <p align="center" ><?php echo $_GET['description']; ?> <br>

Etude à finaliser avant le : <?php echo $_GET['date']; ?>  <br>
 

Enregistré par : <?php echo $_GET['pseudo']; ?>  </P><br>


        
       
       

       

         <form method="post">
        <p align="center" >
        <label for="Nom">Votre nom et prénom <span class="required">*</span> </label>
        <input type="text" name="Nom" id="Nom" size="20" maxlength="20" required autofocus="Nom" />
    </p>
</form>

<p  > <b> Veuillez selectionner les pages :  </b> </p>




<div style="float:left;width:202px;height:182px;">

           <form method="post" action="creerungroupe.php" >





  <input type="checkbox" name="coche" id="coche" value="2"  >
  <label for="coche">Page 2 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="3"  >
  <label for="coche">Page 3 </label> <br>

   <input type="checkbox" name="coche" id="coche"  value="4"  >
  <label for="coche">Page 4 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="5"   >
  <label for="coche">Page 5 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="6"  >
  <label for="coche">Page 6 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="7"  >
  <label for="coche">Page 7 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="8"  >
  <label for="coche">Page 8 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="9"  >
  <label for="coche">Page 9 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="10"  >
  <label for="coche">Page 10 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="11"  >
  <label for="coche">Page 11 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="12" >
  <label for="coche">Page 12 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="13"  >
  <label for="coche">Page 13 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="14"  >
  <label for="coche">Page 14 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="15" >
  <label for="coche">Page 15 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="16"  >
  <label for="coche">Page 16 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="17"  >
  <label for="coche">Page 17 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="18" >
  <label for="coche">Page 18 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="19"  >
  <label for="coche">Page 19 </label> <br>

<input type="checkbox" name="coche" id="coche" value="20"  >
  <label for="coche">Page 20 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="21" >
  <label for="coche">Page 21 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="22"  >
  <label for="coche">Page 22 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="23"  >
  <label for="coche">Page 23 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="24" >
  <label for="coche">Page 24 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="25"  >
  <label for="coche">Page 25 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="26"  >
  <label for="coche">Page 26 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="27" >
  <label for="coche">Page 27 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="28"  >
  <label for="coche">Page 28 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="29"  >
  <label for="coche">Page 29 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="30" >
  <label for="coche">Page 30 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="31"  >
  <label for="coche">Page 31 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="32"  >
  <label for="coche">Page 32 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="33" >
  <label for="coche">Page 33 </label> <br>

   <input type="checkbox" name="coche" id="coche"  value="34" >
  <label for="coche">Page 34 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="35"  >
  <label for="coche">Page 35 </label> <br>

</div>


<div style="float:left;width:202px;height:182px;">

   <input type="checkbox" name="coche" id="coche" value="36"  >
  <label for="coche">Page 36 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="37" >
  <label for="coche">Page 37 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="38"  >
  <label for="coche">Page 38 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="39"  >
  <label for="coche">Page 39 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="40" >
  <label for="coche">Page 40 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="41"  >
  <label for="coche">Page 41 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="42"  >
  <label for="coche">Page 42 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="43" >
  <label for="coche">Page 43 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="44"  >
  <label for="coche">Page 44 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="45"  >
  <label for="coche">Page 45 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="46" >
  <label for="coche">Page 46 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="47"  >
  <label for="coche">Page 47 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="48"  >
  <label for="coche">Page 48 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="49" >
  <label for="coche">Page 49 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="50"  >
  <label for="coche">Page 50 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="51"  >
  <label for="coche">Page 51 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="52" >
  <label for="coche">Page 52 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="53"  >
  <label for="coche">Page 53 </label> <br>

<input type="checkbox" name="coche" id="coche" value="54"  >
  <label for="coche">Page 54 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="55" >
  <label for="coche">Page 55 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="56"  >
  <label for="coche">Page 56 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="57"  >
  <label for="coche">Page 57 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="58" >
  <label for="coche">Page 58 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="59"  >
  <label for="coche">Page 59 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="60"  >
  <label for="coche">Page 60 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="61" >
  <label for="coche">Page 61 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="62"  >
  <label for="coche">Page 62 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="63"  >
  <label for="coche">Page 63 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="64" >
  <label for="coche">Page 64 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="65"  >
  <label for="coche">Page 65 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="66"  >
  <label for="coche">Page 66 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="67" >
  <label for="coche">Page 67 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="68"  >
  <label for="coche">Page 68 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="70"  >
  <label for="coche">Page 70 </label> <br>

</div>



<div style="float:left;width:202px;height:182px;">

<input type="checkbox" name="coche" id="coche" value="71"  >
  <label for="coche">Page 71 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="72" >
  <label for="coche">Page 72 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="73"  >
  <label for="coche">Page 73 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="74"  >
  <label for="coche">Page 74 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="75" >
  <label for="coche">Page 75 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="76"  >
  <label for="coche">Page 76 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="77"  >
  <label for="coche">Page 77 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="78" >
  <label for="coche">Page 78 </label> <br>

   <input type="checkbox" name="coche" id="coche"  value="79" >
  <label for="coche">Page 79 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="80"  >
  <label for="coche">Page 80 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="81" >
  <label for="coche">Page 81 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="82"  >
  <label for="coche">Page 82 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="83"  >
  <label for="coche">Page 83 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="84" >
  <label for="coche">Page 84 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="85"  >
  <label for="coche">Page 85 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="86"  >
  <label for="coche">Page 86 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="87" >
  <label for="coche">Page 87 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="88"  >
  <label for="coche">Page 88 </label> <br>

<input type="checkbox" name="coche" id="coche" value="89"  >
  <label for="coche">Page 89 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="90" >
  <label for="coche">Page 90 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="91"  >
  <label for="coche">Page 91 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="92"  >
  <label for="coche">Page 92 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="93" >
  <label for="coche">Page 93 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="94"  >
  <label for="coche">Page 94 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="95"  >
  <label for="coche">Page 95 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="96" >
  <label for="coche">Page 96 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="97"  >
  <label for="coche">Page 97 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="98"  >
  <label for="coche">Page 98 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="99" >
  <label for="coche">Page 99 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="100"  >
  <label for="coche">Page 100 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="101"  >
  <label for="coche">Page 101 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="102" >
  <label for="coche">Page 102 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="103"  >
  <label for="coche">Page 103 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="104"  >
  <label for="coche">Page 104 </label> <br>
   
</div>




<div style="float:left;width:202px;height:182px;">

<input type="checkbox" name="coche" id="coche" value="105"  >
  <label for="coche">Page 105 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="106" >
  <label for="coche">Page 106 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="107"  >
  <label for="coche">Page 107 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="108"  >
  <label for="coche">Page 108 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="109" >
  <label for="coche">Page 109 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="110"  >
  <label for="coche">Page 110 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="111"  >
  <label for="coche">Page 111 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="112" >
  <label for="coche">Page 112 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="113"  >
  <label for="coche">Page 113 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="114"  >
  <label for="coche">Page 114 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="115" >
  <label for="coche">Page 115 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="116"  >
  <label for="coche">Page 116 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="117"  >
  <label for="coche">Page 117 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="118" >
  <label for="coche">Page 118 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="119"  >
  <label for="coche">Page 119 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="120"  >
  <label for="coche">Page 120 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="121" >
  <label for="coche">Page 121 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="122"  >
  <label for="coche">Page 122 </label> <br>

<input type="checkbox" name="coche" id="coche" value="123"  >
  <label for="coche">Page 123 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="124" >
  <label for="coche">Page 124 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="125"  >
  <label for="coche">Page 125 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="126"  >
  <label for="coche">Page 126 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="127" >
  <label for="coche">Page 127 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="128"  >
  <label for="coche">Page 128 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="129"  >
  <label for="coche">Page 129 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="130" >
  <label for="coche">Page 130 </label> <br>

   <input type="checkbox" name="coche" id="coche"  value="131" >
  <label for="coche">Page 131 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="132"  >
  <label for="coche">Page 132 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="133" >
  <label for="coche">Page 133 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="134"  >
  <label for="coche">Page 134 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="135"  >
  <label for="coche">Page 135 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="136" >
  <label for="coche">Page 136 </label> <br>

   <input type="checkbox" name="coche" id="coche"  value="137" >
  <label for="coche">Page 137 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="138"  >
  <label for="coche">Page 138 </label> <br>

</div>



<div style="float:left;width:202px;height:182px;">

<input type="checkbox" name="coche" id="coche" value="139"  >
  <label for="coche">Page 139 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="140" >
  <label for="coche">Page 140 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="141"  >
  <label for="coche">Page 141 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="142"  >
  <label for="coche">Page 142 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="143" >
  <label for="coche">Page 143 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="144"  >
  <label for="coche">Page 144 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="145"  >
  <label for="coche">Page 145 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="146" >
  <label for="coche">Page 146 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="147"  >
  <label for="coche">Page 147 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="148"  >
  <label for="coche">Page 148 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="149" >
  <label for="coche">Page 149 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="150"  >
  <label for="coche">Page 150 </label> <br>

  <input type="checkbox" name="coche" id="coche"  value="151" >
  <label for="coche">Page 151 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="152" >
  <label for="coche">Page 152 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="153"  >
  <label for="coche">Page 153 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="154"  >
  <label for="coche">Page 154 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="155" >
  <label for="coche">Page 155 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="156"  >
  <label for="coche">Page 156 </label> <br>

<input type="checkbox" name="coche" id="coche" value="157"  >
  <label for="coche">Page 157 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="158" >
  <label for="coche">Page 158 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="159"  >
  <label for="coche">Page 159 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="160"  >
  <label for="coche">Page 160 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="161"  >
  <label for="coche">Page 161 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="162"  >
  <label for="coche">Page 162 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="163"  >
  <label for="coche">Page 163 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="164" >
  <label for="coche">Page 164 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="165"  >
  <label for="coche">Page 165 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="166"  >
  <label for="coche">Page 166 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="167" >
  <label for="coche">Page 167 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="168"  >
  <label for="coche">Page 168 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="169"  >
  <label for="coche">Page 169 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="170" >
  <label for="coche">Page 170 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="171"  >
  <label for="coche">Page 171 </label> <br>

  <input type="checkbox" name="coche" id="coche" value="172"  >
  <label for="coche">Page 172 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="173"  >
  <label for="coche">Page 173 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="174"  >
  <label for="coche">Page 174 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="175"  >
  <label for="coche">Page 175 </label> <br>

   <input type="checkbox" name="coche" id="coche" value="176"  >
  <label for="coche">Page 176 </label> <br>

</div>


<div style="clear:both;"></div>

</form>



<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<p align="center">

  <form >
<input type="submit" id=envoyer name=envoyer value="Envoyer">      
         <input type="reset" value="Réinitialiser">


    

</p>
</form>

</table>
</tr>
</td>
</center>
 
    </body>
</html>


2) J'aimerai que sur la page du livre que si l'utulisateur selectionne une ou plusieurs pages en informant bien entendu son nom, que cela s'enregistre avec son nom à coté de la case. Je sais pas du tout comment m'y prendre...

Merci d'avance pour votre retour

Ps: j'immagine qu'il y a bcp d'erreur html mais ca s'affiche Smiley lol
Modifié par jhonjhon (05 Jan 2021 - 14:36)