fork(1) download
  1. <body>
  2.  
  3. Remplir le formulaire pour valider votre commande
  4.  
  5. <form action="inscription.php" method="post">
  6. <fieldset class="coordonnees">
  7. <legend>Vos Coordonnées</legend>
  8. <label for="nom">Nom</label>
  9. <input id="nom" name="nom" pattern="[a-Z]{*}" type="text" si>
  10. <br>
  11. <label for="prenom">Prénom</label>
  12. <input id="prenom" name="prenom" type="text">
  13. <br>
  14. <label for="mail">mail</label>
  15. <input id="mail" name="mail" type="text">
  16. <br>
  17. <label for="mail_conf">Confirmer mail</label>
  18. <input id="mail_conf" name="Confirmer mail" type="text">
  19. <br>
  20. <legend>Adresse</legend>
  21. <label>Rue</label>
  22. <input id="rue" name="rue" type="text">
  23. <br>
  24. <label>Code postal</label>
  25. <input id="code-postal" name="code-postal" type="text"><br>
  26. <label>Ville</label>
  27. <input id="ville" name="ville" type="text"><br>
  28. </fieldset>
  29. <fieldset class="Votre commande">
  30. <legend>Votre commande</legend>
  31.  
  32.  
  33. <title> Tableau de commande </title>
  34.  
  35.  
  36. <table border="1" id="TableID" style="width: 350pxpx;">
  37. <tr>
  38.  
  39. <th bgcolor="grey" td="" width="15"></th><th bgcolor="grey" td="" width="90">Séance</th><th bgcolor="grey" td="" width="90">Référence</th><th bgcolor="grey" td="" width="75">Format</th><th bgcolor="grey" td="" width="45">Impression</th><th bgcolor="grey" td="" width="45">Quantité</th><th bgcolor="grey" td="" width="45">Tarif</th></tr>
  40. <tr>
  41. <td><input name="chk" size="15" type="checkbox" /></td>
  42. <td>
  43. <select onchange="calcul(this)">
  44. <option value="0">Sélectionnez votre séance</option>
  45. <option value="1">Séance 1</option>
  46. <option value="2">Séance 2Séance 2</option>
  47. </select>
  48.  
  49. <td><input name="Ref" size="25" type="text" /></td>
  50. <td>
  51. <select onchange="calcul(this)">
  52. <option value="1">10*15</option>
  53. <option value="2">11*15</option>
  54. <option value="3">20*30</option>
  55. </select>
  56. </td>
  57. <td>
  58. <select onchange="calcul(this)">
  59. <option value="1">Mat</option>
  60. <option value="2">Brillant</option>
  61. <option value="3">Satiné</option>
  62. </select>
  63. </td>
  64. <td>
  65. <select name="Quantité" style="width: 20;">
  66. <option value="0">0</option>
  67. <option value="1">1</option>
  68. <option value="2">2</option>
  69. <option value="3">3</option>
  70. <option value="4">4</option>
  71. <option value="5">5</option>
  72. </select>
  73. </td>
  74.  
  75. <td><input name="Prix" readonly="" type="text" /></td>
  76.  
  77. </td></tr>
  78. </table>
  79.  
  80. </fieldset>
  81.  
  82. <input onclick="addRow('TableID')" type="button" value="Ajouter" />
  83. <input onclick="deleteRow('TableID')" type="button" value="Supprimer" />
  84.  
  85. </body><?php
  86.  
  87. // your code goes here
Success #stdin #stdout 0.01s 82880KB
stdin
Standard input is empty
stdout
<body>

Remplir le formulaire pour valider votre commande    
    
<form action="inscription.php" method="post">
   <fieldset class="coordonnees">
      <legend>Vos Coordonnées</legend>
      <label for="nom">Nom</label>
      <input id="nom" name="nom" pattern="[a-Z]{*}" type="text" si>
      <br>
      <label for="prenom">Prénom</label>
      <input id="prenom" name="prenom" type="text">
      <br>
      <label for="mail">mail</label>
      <input id="mail" name="mail" type="text">
      <br>
      <label for="mail_conf">Confirmer mail</label>
      <input id="mail_conf" name="Confirmer mail" type="text">
      <br>
      <legend>Adresse</legend>
      <label>Rue</label>
      <input id="rue" name="rue" type="text">
      <br>
      <label>Code postal</label>
      <input id="code-postal" name="code-postal" type="text"><br>
      <label>Ville</label>
      <input id="ville" name="ville" type="text"><br>
    </fieldset>      
    <fieldset class="Votre commande">
    <legend>Votre commande</legend>
 
 
    <title> Tableau de commande </title>
 
 
<table border="1" id="TableID" style="width: 350pxpx;">
<tr>
 
<th bgcolor="grey" td="" width="15"></th><th bgcolor="grey" td="" width="90">Séance</th><th bgcolor="grey" td="" width="90">Référence</th><th bgcolor="grey" td="" width="75">Format</th><th bgcolor="grey" td="" width="45">Impression</th><th bgcolor="grey" td="" width="45">Quantité</th><th bgcolor="grey" td="" width="45">Tarif</th></tr>
<tr>
   <td><input name="chk" size="15" type="checkbox" /></td>
    <td>
<select onchange="calcul(this)">
  <option value="0">Sélectionnez votre séance</option>
  <option value="1">Séance 1</option>
  <option value="2">Séance 2Séance 2</option>
</select>
 
   <td><input name="Ref" size="25" type="text" /></td>
   <td>
   <select onchange="calcul(this)">
  <option value="1">10*15</option>
  <option value="2">11*15</option>
  <option value="3">20*30</option>
</select>
   </td>
<td>
<select onchange="calcul(this)">
  <option value="1">Mat</option>
  <option value="2">Brillant</option>
  <option value="3">Satiné</option>
</select>
   </td>
<td>
    <select name="Quantité" style="width: 20;">
     <option value="0">0</option>
     <option value="1">1</option>
     <option value="2">2</option>
     <option value="3">3</option>
     <option value="4">4</option>
     <option value="5">5</option>
    </select>
   </td>
 
<td><input name="Prix" readonly="" type="text" /></td>
 
</td></tr>
</table>
 
</fieldset>
          
<input onclick="addRow('TableID')" type="button" value="Ajouter" />
<input onclick="deleteRow('TableID')" type="button" value="Supprimer" />

</body>