Advertisement
Dennis-Hermes

Beschikbaarheids formulier | versie 2.6

Jul 18th, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 78.41 KB | None | 0 0
  1. <DOCTYPE HTML>
  2. <html>
  3.  
  4. <head>
  5.  
  6. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  9. <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
  10.  
  11. <style>
  12. .hidden {
  13. display:none
  14. }
  15.  
  16. select[font=select1], select {
  17.     width: 18%;
  18.     padding: 12px 20px;
  19.     margin: 8px 0;
  20.     display: inline-block;
  21.     border: 1px solid #ccc;
  22.     border-radius: 4px;
  23.     box-sizing: border-box;
  24. }
  25.  
  26. select[font=select2], select {
  27.     width: 23%;
  28.     padding: 12px 20px;
  29.     margin: 8px 0;
  30.     display: inline-block;
  31.     border: 1px solid #ccc;
  32.     border-radius: 4px;
  33.     box-sizing: border-box;
  34. }
  35.  
  36. select[font=select3], select {
  37.     width: 25%;
  38.     padding: 12px 20px;
  39.     margin: 8px 0;
  40.     display: inline-block;
  41.     border: 1px solid #ccc;
  42.     border-radius: 4px;
  43.     box-sizing: border-box;
  44. }
  45.  
  46. select[font=MRselect1], select {
  47.     width: 31%;
  48.     padding: 12px 20px;
  49.     margin: 8px 0;
  50.     display: inline-block;
  51.     border: 1px solid #ccc;
  52.     border-radius: 4px;
  53.     box-sizing: border-box;
  54. }
  55.  
  56. select[font=MRselect2], select {
  57.     width: 31%;
  58.     padding: 12px 20px;
  59.     margin: 8px 0;
  60.     display: inline-block;
  61.     border: 1px solid #ccc;
  62.     border-radius: 4px;
  63.     box-sizing: border-box;
  64. }
  65.  
  66. select[font=MRselect3], select {
  67.     width: 31%;
  68.     padding: 12px 20px;
  69.     margin: 8px 0;
  70.     display: inline-block;
  71.     border: 1px solid #ccc;
  72.     border-radius: 4px;
  73.     box-sizing: border-box;
  74. }
  75. </style>
  76.  
  77. <style>
  78. p.big {
  79.     line-height: 1.7;
  80. }
  81.  
  82. p.big2 {
  83.     line-height: 0.1;
  84. }
  85.  
  86. * {
  87.     box-sizing: border-box;
  88. }
  89.  
  90. .column {
  91.     float: left;
  92.     width: 49%;
  93.     padding: 10px;
  94. }
  95.  
  96. .row:after {
  97.     content: "";
  98.     display: table;
  99.     clear: both;
  100.     margin: auto;
  101. </style>
  102.  
  103. <style>
  104. .container {
  105.     display: block;
  106.     position: relative;
  107.     padding-left: 35px;
  108.     margin-bottom: 12px;
  109.     cursor: pointer;
  110.     font-size: 15px;
  111.     -webkit-user-select: none;
  112.     -moz-user-select: none;
  113.     -ms-user-select: none;
  114.     user-select: none;
  115. }
  116. .container input {
  117.     position: absolute;
  118.     opacity: 0;
  119.     cursor: pointer;
  120. }
  121.  
  122. .checkmark {
  123.     position: absolute;
  124.     top: 0;
  125.     left: 0;
  126.     height: 15px;
  127.     width: 15px;
  128.     background-color: #619bf9;
  129.     border-radius: 50%;
  130. }
  131. .container:hover input ~ .checkmark {
  132.     background-color: #4286f4;
  133. }
  134. .container input:checked ~ .checkmark {
  135.     background-color: #4286f4;
  136. }
  137.  
  138. .checkmark:after {
  139.     content: "";
  140.     position: absolute;
  141.     display: none;
  142. }
  143.  
  144. .container input:checked ~ .checkmark:after {
  145.     display: block;
  146. }
  147.  
  148. .container .checkmark:after {
  149.     top: 3.5px;
  150.     left: 3.5px;
  151.     width: 7px;
  152.     height: 7px;
  153.     border-radius: 50%;
  154.     background: white;
  155. }
  156. </style>
  157. <style>
  158.  
  159. input[font=date1], select {
  160.     width: 100%;
  161.     padding: 12px 20px;
  162.     margin: 8px 0;
  163.     display: inline-block;
  164.     border: 1px solid #ccc;
  165.     border-radius: 4px;
  166.     box-sizing: border-box;
  167. }
  168.  
  169. input[font=date2], select {
  170.     width: 100%;
  171.     padding: 12px 20px;
  172.     margin: 8px 0;
  173.     display: inline-block;
  174.     border: 1px solid #ccc;
  175.     border-radius: 4px;
  176.     box-sizing: border-box;
  177. }
  178.  
  179. input[type=text2], select {
  180.     width: 100%;
  181.     padding: 12px 20px;
  182.     margin: 8px 0;
  183.     display: inline-block;
  184.     border: 1px solid #ccc;
  185.     border-radius: 4px;
  186.     box-sizing: border-box;
  187. }
  188.  
  189. input[type=tel], select {
  190.     width: 100%;
  191.     padding: 12px 20px;
  192.     margin: 8px 0;
  193.     display: inline-block;
  194.     border: 1px solid #ccc;
  195.     border-radius: 4px;
  196.     box-sizing: border-box;
  197. }
  198.  
  199. input[type=email], select {
  200.     width: 100%;
  201.     padding: 12px 20px;
  202.     margin: 8px 0;
  203.     display: inline-block;
  204.     border: 1px solid #ccc;
  205.     border-radius: 4px;
  206.     box-sizing: border-box;
  207. }
  208.  
  209. input[type=text], select {
  210.     width: 100%;
  211.     padding: 12px 20px;
  212.     margin: 8px 0;
  213.     display: inline-block;
  214.     border: 1px solid #ccc;
  215.     border-radius: 4px;
  216.     box-sizing: border-box;
  217. }
  218.  
  219. input[type=submit] {
  220.     width: 100%;
  221.     background-color: #619bf9;
  222.     color: white;
  223.     padding: 14px 20px;
  224.     margin: 8px 0;
  225.     border: none;
  226.     border-radius: 4px;
  227.     cursor: pointer;
  228. }
  229.  
  230. input[type=submit]:hover {
  231.     background-color: #4286f4;
  232. }
  233.  
  234. div {
  235.     border-radius: 5px;
  236.     background-color: #f2f2f2;
  237.     padding: 20px;
  238. }
  239. </style>
  240.  
  241. </head>
  242.  
  243. <body onload="onload()">
  244.  
  245.  <div id="id01" class="w3-modal">
  246.     <div class="w3-modal-content">
  247.       <div class="w3-container">
  248.         <span onclick="document.getElementById('id01').style.display='none'" class="w3-button w3-display-topright">&times;</span>
  249. <p> Let op: Controleer uw gegevens in het formulier op volledigheid, als na het klikken op "Verzenden" niet gelijk automatisch een e-mail gegenereerd wordt.</p>
  250.  
  251. <p>Dank u wel voor uw aanvraag!</p>
  252.  
  253. <p>Wij reageren zo spoedig mogelijk terug</p>
  254.       </div>
  255.     </div>
  256.   </div>
  257.  
  258. <div>
  259. <p>
  260.   <form method="POST" action="https://formspree.io/dennishermes2004@gmail.com" enctype="text/plain">
  261.     <label for="voornaam">Voornaam:</label>
  262.     <input type="text" id="voornaam" name="Voornaam" placeholder="Uw voornaam" required>
  263.  
  264.     <label for="achternaam">Achternaam:</label>
  265.     <input type="text" id="Uw achternaam" name="Achternaam" placeholder="Uw achternaam" required>
  266.  
  267.     <!---------------------------------------------------------------------------------------------------------------------------------------->
  268.  
  269. <p>
  270.    
  271.     <label>Geboortedatum:</label>
  272.    
  273.     </p><p>
  274.    
  275.     <select font="select1" onclick="disable1()" onchange="return JaarVeranderen(), MaandVeranderen()" id="selectBox" name="geboortejaar">
  276.       <option id="leeg" value="leeg">Kies je geboortejaar...</option>
  277.       <option id="jaar1" value="1920">1920</option>
  278.       <option id="jaar" value="1921">1921</option>
  279.       <option id="jaar" value="1922">1922</option>
  280.       <option id="jaar" value="1923">1923</option>
  281.       <option id="jaar1" value="1924">1924</option>
  282.       <option id="jaar" value="1925">1925</option>
  283.       <option id="jaar" value="1926">1926</option>
  284.       <option id="jaar" value="1927">1927</option>
  285.       <option id="jaar1" value="1928">1928</option>
  286.       <option id="jaar" value="1929">1929</option>
  287.       <option id="jaar" value="1930">1930</option>
  288.       <option id="jaar" value="1931">1931</option>
  289.       <option id="jaar1" value="1932">1932</option>
  290.       <option id="jaar" value="1933">1933</option>
  291.       <option id="jaar" value="1934">1934</option>
  292.       <option id="jaar" value="1935">1935</option>
  293.       <option id="jaar1" value="1936">1936</option>
  294.       <option id="jaar" value="1937">1937</option>
  295.       <option id="jaar" value="1938">1938</option>
  296.       <option id="jaar" value="1939">1939</option>
  297.       <option id="jaar1" value="1940">1940</option>
  298.       <option id="jaar" value="1941">1941</option>
  299.       <option id="jaar" value="1942">1942</option>
  300.       <option id="jaar" value="1943">1943</option>
  301.       <option id="jaar1" value="1944">1944</option>
  302.       <option id="jaar" value="1945">1945</option>
  303.       <option id="jaar" value="1946">1946</option>
  304.       <option id="jaar" value="1947">1947</option>
  305.       <option id="jaar1" value="1948">1948</option>
  306.       <option id="jaar" value="1949">1949</option>
  307.       <option id="jaar" value="1950">1950</option>
  308.       <option id="jaar" value="1951">1951</option>
  309.       <option id="jaar1" value="1952">1952</option>
  310.       <option id="jaar" value="1953">1953</option>
  311.       <option id="jaar" value="1954">1954</option>
  312.       <option id="jaar" value="1955">1955</option>
  313.       <option id="jaar1" value="1956">1956</option>
  314.       <option id="jaar" value="1957">1957</option>
  315.       <option id="jaar" value="1958">1958</option>
  316.       <option id="jaar" value="1959">1959</option>
  317.       <option id="jaar1" value="1960">1960</option>
  318.       <option id="jaar" value="1961">1961</option>
  319.       <option id="jaar" value="1962">1962</option>
  320.       <option id="jaar" value="1963">1963</option>
  321.       <option id="jaar1" value="1964">1964</option>
  322.       <option id="jaar" value="1965">1965</option>
  323.       <option id="jaar" value="1966">1966</option>
  324.       <option id="jaar" value="1967">1967</option>
  325.       <option id="jaar1" value="1968">1968</option>
  326.       <option id="jaar" value="1969">1969</option>
  327.       <option id="jaar" value="1970">1970</option>
  328.       <option id="jaar" value="1971">1971</option>
  329.       <option id="jaar1" value="1972">1972</option>
  330.       <option id="jaar" value="1973">1973</option>
  331.       <option id="jaar" value="1974">1974</option>
  332.       <option id="jaar" value="1975">1975</option>
  333.       <option id="jaar1" value="1976">1976</option>
  334.       <option id="jaar" value="1977">1977</option>
  335.       <option id="jaar" value="1978">1978</option>
  336.       <option id="jaar" value="1979">1979</option>
  337.       <option id="jaar1" value="1980">1980</option>
  338.       <option id="jaar" value="1981">1981</option>
  339.       <option id="jaar" value="1982">1982</option>
  340.       <option id="jaar" value="1983">1983</option>
  341.       <option id="jaar1" value="1984">1984</option>
  342.       <option id="jaar" value="1985">1985</option>
  343.       <option id="jaar" value="1986">1986</option>
  344.       <option id="jaar" value="1987">1987</option>
  345.       <option id="jaar1" value="1988">1988</option>
  346.       <option id="jaar" value="1989">1989</option>
  347.       <option id="jaar" value="1990">1990</option>
  348.       <option id="jaar" value="1991">1991</option>
  349.       <option id="jaar1" value="1992">1992</option>
  350.       <option id="jaar" value="1993">1993</option>
  351.       <option id="jaar" value="1994">1994</option>
  352.       <option id="jaar" value="1995">1995</option>
  353.       <option id="jaar1" value="1996">1996</option>
  354.       <option id="jaar" value="1997">1997</option>
  355.       <option id="jaar" value="1998">1998</option>
  356.       <option id="jaar" value="1999">1999</option>
  357.       <option id="jaar1" value="2000">2000</option>
  358.       <option id="jaar" value="2001">2001</option>
  359.       <option id="jaar" value="2002">2002</option>
  360.       <option id="jaar" value="2003">2003</option>
  361.       <option id="jaar1" value="2004">2004</option>
  362.       <option id="jaar" value="2005">2005</option>
  363.       <option id="jaar" value="2006">2006</option>
  364.       <option id="jaar" value="2007">2007</option>
  365.       <option id="jaar1" value="2008">2008</option>
  366.       <option id="jaar" value="2009">2009</option>
  367.       <option id="jaar" value="1010">2010</option>
  368.     </select>
  369.    
  370.     <font id="myDIV1" class="hidden">
  371.     <select font="select2" onclick="disable1()" name="leeg" id="maand1">
  372.     <option value="leeg">selecteer eerst je geboortejaar!</option>
  373.     </select>
  374.     </font>
  375.    
  376.    
  377.     <font id="myDIV2" class="hidden">
  378.     <select font="select2" onclick="ClickMaand(), disable1(), disable3(), able2()" name="geboortemaand" id="maand2" onchange="VeranderenMaanden1(this);">
  379.     <option value="leeg">Kies je geboortjemaand...</option>
  380.     <option value="januari">januari</option>
  381.     <option value="februari">februari</option>
  382.     <option value="maart">maart</option>
  383.     <option value="april">april</option>
  384.     <option value="mei">mei</option>
  385.     <option value="juni">juni</option>
  386.     <option value="juli">juli</option>
  387.     <option value="augustus">augustus</option>
  388.     <option value="september">september</option>
  389.     <option value="oktober">oktober</option>
  390.     <option value="november">november</option>
  391.     <option value="december">december</option>
  392.     </select>
  393.     </font>
  394.    
  395.    
  396.     <font id="myDIV3" class="hidden">
  397.     <select font="select2" onclick="ClickMaand(), disable1(), disable2(), able3()" name="geboortemaand" id="maand3" onchange="VeranderenMaanden1(this);">
  398.     <option value="leeg">Kies je geboortjemaand...</option>
  399.     <option value="januari">januari</option>
  400.     <option value="februari">februari</option>
  401.     <option value="maart">maart</option>
  402.     <option value="april">april</option>
  403.     <option value="mei">mei</option>
  404.     <option value="juni">juni</option>
  405.     <option value="juli">juli</option>
  406.     <option value="augustus">augustus</option>
  407.     <option value="september">september</option>
  408.     <option value="oktober">oktober</option>
  409.     <option value="november">november</option>
  410.     <option value="december">december</option>
  411.     </select>
  412.     </font>
  413.    
  414.     <select font="select3" onclick="disable1()" name="geboortedag" id="dag">
  415.     <option value="0">Selecteer eerst je geboortemaand!</option>
  416.     </select>
  417.    
  418. <script>
  419. function disable1() {
  420.    document.getElementById("maand1").disabled = true;
  421. }
  422.  
  423. function disable2() {
  424.    document.getElementById("maand2").disabled = true;
  425. }
  426.  
  427. function disable3() {
  428.    document.getElementById("maand3").disabled = true;
  429. }
  430.  
  431. function able1() {
  432.    document.getElementById("maand1").disabled = false;
  433. }
  434.  
  435. function able2() {
  436.    document.getElementById("maand2").disabled = false;
  437. }
  438.  
  439. function able3() {
  440.    document.getElementById("maand3").disabled = false;
  441. }
  442. </script>
  443.  
  444.  
  445. <script>
  446.  
  447. function onload() {
  448.    JaarVeranderen();
  449.    document.getElementById("dag").disabled = true;
  450.    document.getElementById("maand1").disabled = true;
  451. }
  452. </script>
  453.    
  454. <script>
  455. function ClickMaand() {
  456.    document.getElementById("dag").disabled = false;
  457. }
  458. </script>
  459.    
  460. <script>
  461. function show4() {
  462.    var x = document.getElementById("myDIV4");
  463.    x.classList.remove("hidden");
  464. }
  465.  
  466. function hide4() {
  467.    var x = document.getElementById("myDIV4");
  468.    x.classList.add("hidden");
  469. }
  470. </script>
  471.    
  472. <script>
  473. function JaarVeranderen() {
  474.     var ele = document.getElementById("selectBox");
  475.     var selectedId = ele.options[ele.selectedIndex].id;
  476.  
  477.     var y = document.getElementById("demo");
  478.     if(selectedId=="leeg"){
  479.       document.getElementById("dag").disabled = true;
  480.     }
  481. }
  482. </script>
  483.    
  484. <script>
  485. function JaarVeranderen() {
  486.     var ele = document.getElementById("selectBox");
  487.     var selectedId = ele.options[ele.selectedIndex].id;
  488.  
  489.     var y = document.getElementById("demo");
  490.     if(selectedId=="leeg"){
  491.        show1();
  492.        hide2();
  493.        hide3();
  494.     }
  495.     else if(selectedId=="jaar"){
  496.        show2();
  497.        hide1();
  498.        hide3();
  499.     }
  500.     else if(selectedId=="jaar1"){
  501.        show3();
  502.        hide1();
  503.        hide2();
  504.     }
  505. }
  506. </script>
  507.  
  508. <script>
  509. function show1() {
  510.    var x = document.getElementById("myDIV1");
  511.    x.classList.remove("hidden");
  512. }
  513.  
  514. function show2() {
  515.    var y = document.getElementById("myDIV2");
  516.    y.classList.remove("hidden");
  517.    document.getElementById("maand2").disabled = false;
  518. }
  519.  
  520. function show3() {
  521.    var z = document.getElementById("myDIV3");
  522.    z.classList.remove("hidden");
  523.    document.getElementById("maand3").disabled = false;
  524. }
  525.  
  526. function hide1() {
  527.    var x = document.getElementById("myDIV1");
  528.    x.classList.add("hidden");
  529.    document.getElementById("maand1").disabled = false;
  530. }
  531.  
  532. function hide2() {
  533.    var y = document.getElementById("myDIV2");
  534.    y.classList.add("hidden");
  535.    document.getElementById("maand2").disabled = false;
  536. }
  537.  
  538. function hide3() {
  539.    var z = document.getElementById("myDIV3");
  540.    z.classList.add("hidden");
  541.    document.getElementById("maand3").disabled = true;
  542. }
  543. </script>
  544.  
  545. <script type="text/javascript">
  546.  var maanden1 = new Array(4)
  547.  maanden1["leeg"] = ["Selecteer eerst je geboortemaand!"];
  548.  maanden1["januari"] = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  549.  maanden1["februari"] = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29"];
  550.  maanden1["maart"] = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  551.  maanden1["april"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  552.  maanden1["mei"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  553.  maanden1["juni"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  554.  maanden1["juli"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  555.  maanden1["augustus"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  556.  maanden1["september"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  557.  maanden1["oktober"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  558.  maanden1["november"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  559.  maanden1["december"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  560.  
  561.  
  562.  function VeranderenMaanden1(selectObj) {
  563.  
  564.  var idx = selectObj.selectedIndex;
  565.  
  566.  var which = selectObj.options[idx].value;
  567.  
  568.  cList = maanden1[which];
  569.  
  570.  var cSelect = document.getElementById("dag");
  571.  
  572.  var len=cSelect.options.length;
  573.  while (cSelect.options.length > 0) {
  574.  cSelect.remove(0);
  575.  }
  576.  var newOption;
  577.  
  578.  for (var i=0; i<cList.length; i++) {
  579. newOption = document.createElement("option");
  580. newOption.value = cList[i];
  581. newOption.text=cList[i];
  582.  
  583. try {
  584. cSelect.add(newOption);
  585. }
  586. catch (e) {
  587. cSelect.appendChild(newOption);
  588. }
  589. }
  590. }
  591. </script>
  592.  
  593. <script>
  594.  var maanden = new Array(4)
  595.  maanden["leeg"] = ["Selecteer eerst je geboortemaand!"];
  596.  maanden["januari"] = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  597.  maanden["februari"] = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28"];
  598.  maanden["maart"] = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  599.  maanden["april"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  600.  maanden["mei"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  601.  maanden["juni"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  602.  maanden["juli"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  603.  maanden["augustus"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  604.  maanden["september"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  605.  maanden["oktober"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  606.  maanden["november"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  607.  maanden["december"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  608.  
  609.  
  610.  function VeranderenMaanden(selectObj) {
  611.  
  612.  var idx = selectObj.selectedIndex;
  613.  
  614.  var which = selectObj.options[idx].value;
  615.  
  616.  cList = maanden[which];
  617.  
  618.  var cSelect = document.getElementById("dag");
  619.  
  620.  var len=cSelect.options.length;
  621.  while (cSelect.options.length > 0) {
  622.  cSelect.remove(0);
  623.  }
  624.  var newOption;
  625.  
  626.  for (var i=0; i<cList.length; i++) {
  627. newOption = document.createElement("option");
  628. newOption.value = cList[i];
  629. newOption.text=cList[i];
  630.  
  631. try {
  632. cSelect.add(newOption);
  633. }
  634. catch (e) {
  635. cSelect.appendChild(newOption);
  636. }
  637. }
  638. }
  639. </script>
  640.  
  641. <script type="text/javascript">
  642.  var maanden2 = new Array(4)
  643.  maanden2["leeg"] = ["Selecteer eerst je geboortemaand!"];
  644.  
  645.  function VeranderenMaanden2(selectObj) {
  646.  
  647.  var idx = selectObj.selectedIndex;
  648.  
  649.  var which = selectObj.options[idx].value;
  650.  
  651.  cList = maanden2[which];
  652.  
  653.  var cSelect = document.getElementById("dag");
  654.  
  655.  var len=cSelect.options.length;
  656.  while (cSelect.options.length > 0) {
  657.  cSelect.remove(0);
  658.  }
  659.  var newOption;
  660.  
  661.  for (var i=0; i<cList.length; i++) {
  662. newOption = document.createElement("option");
  663. newOption.value = cList[i];
  664. newOption.text=cList[i];
  665.  
  666. try {
  667. cSelect.add(newOption);
  668. }
  669. catch (e) {
  670. cSelect.appendChild(newOption);
  671. }
  672. }
  673. }
  674. </script>
  675.    
  676.    
  677.     </p>
  678.     <!---------------------------------------------------------------------------------------------------------------------------------------->
  679.  
  680.     <label for="email">E-mail:</label>
  681.     <input type="email" id="email" name="E-mail" placeholder="Uw e-mail" required>
  682.     <label for="telefoonnummer">Telefoonnummer:</label>
  683.     <input type="tel" id="telefoonnummer" name="Telefoonnummer" placeholder="Uw telefoonnummer" required>
  684.  
  685.     <label for="aankomstdatum">Aankomstdatum:</label>
  686.     <input type="date" font="date1" id="aankomstdatum" min="2018-07-01" name="Aankomstdatum" placeholder="Aankomstdatum" required>
  687.     <label for="vertrekdatum">Vertrekdatum:</label>
  688.     <input type="date" id="vertrekdatum" font="date1" min="2018-07-14" name="Vertrekdatum" placeholder="Vertrekdatum" required>
  689.  
  690.     <script>
  691.     var dateControl = document.querySelector('input[type="date"]');
  692.     dateControl.addEventListener("focus", function(){
  693.         if( this.min && !this.value ){
  694.            this.value = this.min;
  695.     }
  696.     });
  697.     </script>
  698.  
  699. <!-------------------------------------------------------------------------------------------------------------------------------------------------------------->
  700.     <div class="row">
  701.     <div class="column" style="background-color:#f2f2f2">
  702.     <h4><input id="myCheck" type="checkbox" name="1e medereiziger" onclick="myFunction()" value="Ja"><font color="#f2f2f2">_</font><b>1e Medereiziger:</b></h4>
  703.     <p id="text" style="display:none">
  704.     <br>
  705.     <label for="Voornaam 1e medereiziger">Voornaam medereiziger:</label>
  706.     <br>
  707.     <br>
  708.     <br>
  709.     <p id="1text" style="display:none">
  710.     <label for="Achternaam 1e medereiziger">Achternaam Medereiziger:</label>
  711.     <br>
  712.     <br>
  713.     <br>
  714.     <p id="2text" style="display:none">
  715.     <label for="geboortedatum 1e medereiziger">Geboortedatum Medereiziger:</label>
  716.     <br>
  717.     </p>
  718.  
  719.     <script>
  720.     function myFunction() {
  721.     var checkBox = document.getElementById("myCheck");
  722.     var text = document.getElementById("text");
  723.     if (checkBox.checked == true){
  724.         text.style.display = "block";
  725.     } else {
  726.        text.style.display = "none";
  727.     }
  728.     var text = document.getElementById("1text");
  729.     if (checkBox.checked == true){
  730.         text.style.display = "block";
  731.     } else {
  732.        text.style.display = "none";
  733.     }
  734.     var text = document.getElementById("2text");
  735.     if (checkBox.checked == true){
  736.         text.style.display = "block";
  737.     } else {
  738.        text.style.display = "none";
  739.     }
  740.     var text = document.getElementById("3text");
  741.     if (checkBox.checked == true){
  742.         text.style.display = "block";
  743.     } else {
  744.        text.style.display = "none";
  745.     }
  746.     var text = document.getElementById("4text");
  747.     if (checkBox.checked == true){
  748.         text.style.display = "block";
  749.     } else {
  750.        text.style.display = "none";
  751.     }
  752.     var text = document.getElementById("5text");
  753.     if (checkBox.checked == true){
  754.         text.style.display = "block";
  755.     } else {
  756.        text.style.display = "none";
  757.     }
  758.     }
  759.     </script>
  760.  
  761.     <h4><input id="myCheck1" type="checkbox" name="2e Medereiziger" onchange="myFunction1()" value="Ja"><font color="#f2f2f2">_</font><b>2e Medereiziger:</b></h4>
  762.  
  763.     <p id="text1" style="display:none">
  764.     <br>
  765.     <label for="Voornaam 2e medereiziger">Voornaam medereiziger:</label>
  766.     <br>
  767.     <br>
  768.     <br>
  769.     <p id="1text1" style="display:none">
  770.     <label for="Achternaam 2e medereiziger">Achternaam Medereiziger:</label>
  771.     <br>
  772.     <br>
  773.     <br>
  774.     <p id="2text1" style="display:none">
  775.     <label for="geboortedatum 2e medereiziger">Geboortedatum Medereiziger:</label>
  776.     <br>
  777.     </p>
  778.  
  779.     <script>
  780.     function myFunction1() {
  781.     var checkBox = document.getElementById("myCheck1");
  782.     var text = document.getElementById("text1");
  783.     if (checkBox.checked == true){
  784.         text.style.display = "block";
  785.     } else {
  786.        text.style.display = "none";
  787.     }
  788.     var text = document.getElementById("1text1");
  789.     if (checkBox.checked == true){
  790.         text.style.display = "block";
  791.     } else {
  792.        text.style.display = "none";
  793.     }
  794.     var text = document.getElementById("2text1");
  795.     if (checkBox.checked == true){
  796.         text.style.display = "block";
  797.     } else {
  798.        text.style.display = "none";
  799.     }
  800.     var text = document.getElementById("3text1");
  801.     if (checkBox.checked == true){
  802.         text.style.display = "block";
  803.     } else {
  804.        text.style.display = "none";
  805.     }
  806.     var text = document.getElementById("4text1");
  807.     if (checkBox.checked == true){
  808.         text.style.display = "block";
  809.     } else {
  810.        text.style.display = "none";
  811.     }
  812.     var text = document.getElementById("5text1");
  813.     if (checkBox.checked == true){
  814.         text.style.display = "block";
  815.     } else {
  816.        text.style.display = "none";
  817.     }
  818.     }
  819.     </script>
  820.  
  821.     <h4><input id="myCheck2" type="checkbox" name="3e Medereiziger" onclick="myFunction2()" value="Ja"><font color="#f2f2f2">_</font><b>3e Medereiziger:</b></h4>
  822.     <p id="text2" style="display:none">
  823.     <br>
  824.     <br>
  825.     <label for="Voornaam 3e medereiziger">Voornaam medereiziger:</label>
  826.     <br>
  827.     <br>
  828.     <br>
  829.     <p id="1text2" style="display:none">
  830.     <label for="Achternaam 3e medereiziger">Achternaam Medereiziger:</label>
  831.     <br>
  832.     <br>
  833.     <br>
  834.     <p id="2text2" style="display:none">
  835.     <label for="geboortedatum 3e medereiziger">Geboortedatum Medereiziger:</label>
  836.     <br>
  837.     </p>
  838.  
  839.     <script>
  840.     function myFunction2() {
  841.     var checkBox = document.getElementById("myCheck2");
  842.     var text = document.getElementById("text2");
  843.     if (checkBox.checked == true){
  844.         text.style.display = "block";
  845.     } else {
  846.        text.style.display = "none";
  847.     }
  848.     var text = document.getElementById("1text2");
  849.     if (checkBox.checked == true){
  850.         text.style.display = "block";
  851.     } else {
  852.        text.style.display = "none";
  853.     }
  854.     var text = document.getElementById("2text2");
  855.     if (checkBox.checked == true){
  856.         text.style.display = "block";
  857.     } else {
  858.        text.style.display = "none";
  859.     }
  860.     var text = document.getElementById("3text2");
  861.     if (checkBox.checked == true){
  862.         text.style.display = "block";
  863.     } else {
  864.        text.style.display = "none";
  865.     }
  866.     var text = document.getElementById("4text2");
  867.     if (checkBox.checked == true){
  868.         text.style.display = "block";
  869.     } else {
  870.        text.style.display = "none";
  871.     }
  872.     var text = document.getElementById("5text2");
  873.     if (checkBox.checked == true){
  874.         text.style.display = "block";
  875.     } else {
  876.        text.style.display = "none";
  877.     }
  878.     }
  879.     </script>
  880.  
  881.     <h4><input id="myCheck3" type="checkbox" name="4e Medereiziger" onclick="myFunction3()" value="Ja"><font color="#f2f2f2">_</font><b>4e Medereiziger:</b></h4>
  882.     <p id="text3" style="display:none">
  883.     <br>
  884.     <label for="Voornaam 4e medereiziger">Voornaam medereiziger:</label>
  885.     <br>
  886.     <br>
  887.     <br>
  888.     <p id="1text3" style="display:none">
  889.     <label for="Achternaam 4e medereiziger">Achternaam Medereiziger:</label>
  890.     <br>
  891.     <br>
  892.     <br>
  893.     <p id="2text3" style="display:none">
  894.     <label for="geboortedatum 4e medereiziger">Geboortedatum Medereiziger:</label>
  895.  
  896.     <script>
  897.     function myFunction3() {
  898.     var checkBox = document.getElementById("myCheck3");
  899.     var text = document.getElementById("text3");
  900.     if (checkBox.checked == true){
  901.         text.style.display = "block";
  902.     } else {
  903.        text.style.display = "none";
  904.     }
  905.     var text = document.getElementById("1text3");
  906.     if (checkBox.checked == true){
  907.         text.style.display = "block";
  908.     } else {
  909.        text.style.display = "none";
  910.     }
  911.     var text = document.getElementById("2text3");
  912.     if (checkBox.checked == true){
  913.         text.style.display = "block";
  914.     } else {
  915.        text.style.display = "none";
  916.     }
  917.     var text = document.getElementById("3text3");
  918.     if (checkBox.checked == true){
  919.         text.style.display = "block";
  920.     } else {
  921.        text.style.display = "none";
  922.     }
  923.     var text = document.getElementById("4text3");
  924.     if (checkBox.checked == true){
  925.         text.style.display = "block";
  926.     } else {
  927.        text.style.display = "none";
  928.     }
  929.     var text = document.getElementById("5text3");
  930.     if (checkBox.checked == true){
  931.         text.style.display = "block";
  932.     } else {
  933.        text.style.display = "none";
  934.     }
  935.     }
  936.     </script>
  937.  
  938.     <h4><input id="myCheck4" type="checkbox" name="5e Medereiziger" onclick="myFunction4()" value="Ja"><font color="#f2f2f2">_</font><b>5e Medereiziger:</b></h4>
  939.     <p id="text4" style="display:none">
  940.     <br>
  941.     <label for="Voornaam 5e medereiziger">Voornaam medereiziger:</label>
  942.     <br>
  943.     <br>
  944.     <br>
  945.     </p><p id="1text4" style="display:none">
  946.     <label for="Achternaam 5e medereiziger">Achternaam Medereiziger:</label>
  947.     <br>
  948.     <br>
  949.     <br>
  950.     <p id="2text4" style="display:none">
  951.     <label for="geboortedatum 5e medereiziger">Geboortedatum Medereiziger:</label>
  952.  
  953.     <script>
  954.     function myFunction4() {
  955.     var checkBox = document.getElementById("myCheck4");
  956.     var text = document.getElementById("text4");
  957.     if (checkBox.checked == true){
  958.         text.style.display = "block";
  959.     } else {
  960.        text.style.display = "none";
  961.     }
  962.     var text = document.getElementById("1text4");
  963.     if (checkBox.checked == true){
  964.         text.style.display = "block";
  965.     } else {
  966.        text.style.display = "none";
  967.     }
  968.     var text = document.getElementById("2text4");
  969.     if (checkBox.checked == true){
  970.         text.style.display = "block";
  971.     } else {
  972.        text.style.display = "none";
  973.     }
  974.     var text = document.getElementById("3text4");
  975.     if (checkBox.checked == true){
  976.         text.style.display = "block";
  977.     } else {
  978.        text.style.display = "none";
  979.     }
  980.     var text = document.getElementById("4text4");
  981.     if (checkBox.checked == true){
  982.         text.style.display = "block";
  983.     } else {
  984.        text.style.display = "none";
  985.     }
  986.     var text = document.getElementById("5text4");
  987.     if (checkBox.checked == true){
  988.         text.style.display = "block";
  989.     } else {
  990.        text.style.display = "none";
  991.     }
  992.     }
  993.     </script>
  994. <!--------------------------------------------------------------------------------------------------------------------------------------->
  995.     </div>
  996. <!--------------------------------------------------------------------------------------------------------------------------------------->
  997.  
  998.  
  999.     <div class="column" style="background-color:#f2f2f2">
  1000.     <p id="3text" style="display:none">
  1001.     <br>
  1002.     <br>
  1003.     <input type="text2" id="Voornaam 1e medereiziger" name="Voornaam 1e medereiziger" placeholder="Voornaam">
  1004.     </p><p id="4text" style="display:none">
  1005.     <input type="text2" id="Achternaam 1e medereiziger" name="Achternaam 1e medereiziger" placeholder="Achternaam">
  1006.     </p><p id="5text" style="display:none">
  1007.    
  1008.     <!---------------------------------------------------------------------------------------------------------------------------------------->
  1009.  
  1010.  
  1011.     <select font="MRselect1" name="geboortejaar 1e medereiziger">
  1012.       <option id="leeg" value="leeg">Kies je geboortejaar...</option>
  1013.       <option id="jaar1" value="1920">1920</option>
  1014.       <option id="jaar" value="1921">1921</option>
  1015.       <option id="jaar" value="1922">1922</option>
  1016.       <option id="jaar" value="1923">1923</option>
  1017.       <option id="jaar1" value="1924">1924</option>
  1018.       <option id="jaar" value="1925">1925</option>
  1019.       <option id="jaar" value="1926">1926</option>
  1020.       <option id="jaar" value="1927">1927</option>
  1021.       <option id="jaar1" value="1928">1928</option>
  1022.       <option id="jaar" value="1929">1929</option>
  1023.       <option id="jaar" value="1930">1930</option>
  1024.       <option id="jaar" value="1931">1931</option>
  1025.       <option id="jaar1" value="1932">1932</option>
  1026.       <option id="jaar" value="1933">1933</option>
  1027.       <option id="jaar" value="1934">1934</option>
  1028.       <option id="jaar" value="1935">1935</option>
  1029.       <option id="jaar1" value="1936">1936</option>
  1030.       <option id="jaar" value="1937">1937</option>
  1031.       <option id="jaar" value="1938">1938</option>
  1032.       <option id="jaar" value="1939">1939</option>
  1033.       <option id="jaar1" value="1940">1940</option>
  1034.       <option id="jaar" value="1941">1941</option>
  1035.       <option id="jaar" value="1942">1942</option>
  1036.       <option id="jaar" value="1943">1943</option>
  1037.       <option id="jaar1" value="1944">1944</option>
  1038.       <option id="jaar" value="1945">1945</option>
  1039.       <option id="jaar" value="1946">1946</option>
  1040.       <option id="jaar" value="1947">1947</option>
  1041.       <option id="jaar1" value="1948">1948</option>
  1042.       <option id="jaar" value="1949">1949</option>
  1043.       <option id="jaar" value="1950">1950</option>
  1044.       <option id="jaar" value="1951">1951</option>
  1045.       <option id="jaar1" value="1952">1952</option>
  1046.       <option id="jaar" value="1953">1953</option>
  1047.       <option id="jaar" value="1954">1954</option>
  1048.       <option id="jaar" value="1955">1955</option>
  1049.       <option id="jaar1" value="1956">1956</option>
  1050.       <option id="jaar" value="1957">1957</option>
  1051.       <option id="jaar" value="1958">1958</option>
  1052.       <option id="jaar" value="1959">1959</option>
  1053.       <option id="jaar1" value="1960">1960</option>
  1054.       <option id="jaar" value="1961">1961</option>
  1055.       <option id="jaar" value="1962">1962</option>
  1056.       <option id="jaar" value="1963">1963</option>
  1057.       <option id="jaar1" value="1964">1964</option>
  1058.       <option id="jaar" value="1965">1965</option>
  1059.       <option id="jaar" value="1966">1966</option>
  1060.       <option id="jaar" value="1967">1967</option>
  1061.       <option id="jaar1" value="1968">1968</option>
  1062.       <option id="jaar" value="1969">1969</option>
  1063.       <option id="jaar" value="1970">1970</option>
  1064.       <option id="jaar" value="1971">1971</option>
  1065.       <option id="jaar1" value="1972">1972</option>
  1066.       <option id="jaar" value="1973">1973</option>
  1067.       <option id="jaar" value="1974">1974</option>
  1068.       <option id="jaar" value="1975">1975</option>
  1069.       <option id="jaar1" value="1976">1976</option>
  1070.       <option id="jaar" value="1977">1977</option>
  1071.       <option id="jaar" value="1978">1978</option>
  1072.       <option id="jaar" value="1979">1979</option>
  1073.       <option id="jaar1" value="1980">1980</option>
  1074.       <option id="jaar" value="1981">1981</option>
  1075.       <option id="jaar" value="1982">1982</option>
  1076.       <option id="jaar" value="1983">1983</option>
  1077.       <option id="jaar1" value="1984">1984</option>
  1078.       <option id="jaar" value="1985">1985</option>
  1079.       <option id="jaar" value="1986">1986</option>
  1080.       <option id="jaar" value="1987">1987</option>
  1081.       <option id="jaar1" value="1988">1988</option>
  1082.       <option id="jaar" value="1989">1989</option>
  1083.       <option id="jaar" value="1990">1990</option>
  1084.       <option id="jaar" value="1991">1991</option>
  1085.       <option id="jaar1" value="1992">1992</option>
  1086.       <option id="jaar" value="1993">1993</option>
  1087.       <option id="jaar" value="1994">1994</option>
  1088.       <option id="jaar" value="1995">1995</option>
  1089.       <option id="jaar1" value="1996">1996</option>
  1090.       <option id="jaar" value="1997">1997</option>
  1091.       <option id="jaar" value="1998">1998</option>
  1092.       <option id="jaar" value="1999">1999</option>
  1093.       <option id="jaar1" value="2000">2000</option>
  1094.       <option id="jaar" value="2001">2001</option>
  1095.       <option id="jaar" value="2002">2002</option>
  1096.       <option id="jaar" value="2003">2003</option>
  1097.       <option id="jaar1" value="2004">2004</option>
  1098.       <option id="jaar" value="2005">2005</option>
  1099.       <option id="jaar" value="2006">2006</option>
  1100.       <option id="jaar" value="2007">2007</option>
  1101.       <option id="jaar1" value="2008">2008</option>
  1102.       <option id="jaar" value="2009">2009</option>
  1103.       <option id="jaar" value="1010">2010</option>
  1104.     </select>
  1105.    
  1106.    
  1107.     <select font="MRselect2" name="geboortemaand 1e medereiziger" id="maand1" onchange="VeranderenMaandenMR1(this);">
  1108.     <option value="leeg">Kies je geboortjemaand...</option>
  1109.     <option value="januari">januari</option>
  1110.     <option value="februari">februari</option>
  1111.     <option value="maart">maart</option>
  1112.     <option value="april">april</option>
  1113.     <option value="mei">mei</option>
  1114.     <option value="juni">juni</option>
  1115.     <option value="juli">juli</option>
  1116.     <option value="augustus">augustus</option>
  1117.     <option value="september">september</option>
  1118.     <option value="oktober">oktober</option>
  1119.     <option value="november">november</option>
  1120.     <option value="december">december</option>
  1121.     </select>
  1122.    
  1123.     <select font="MRselect3" font="select3" name="geboortedag 1e medereiziger" id="dag1">
  1124.     <option value="0">Selecteer eerst je geboortemaand!</option>
  1125.     </select>
  1126.  
  1127. <script type="text/javascript">
  1128.  var maanden1 = new Array(4)
  1129.  maanden1["leeg"] = ["Selecteer eerst je geboortemaand!"];
  1130.  maanden1["januari"] = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1131.  maanden1["februari"] = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29"];
  1132.  maanden1["maart"] = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1133.  maanden1["april"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  1134.  maanden1["mei"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1135.  maanden1["juni"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  1136.  maanden1["juli"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1137.  maanden1["augustus"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1138.  maanden1["september"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  1139.  maanden1["oktober"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1140.  maanden1["november"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  1141.  maanden1["december"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1142.  
  1143.  
  1144.  function VeranderenMaandenMR1(selectObj) {
  1145.  
  1146.  var idx = selectObj.selectedIndex;
  1147.  
  1148.  var which = selectObj.options[idx].value;
  1149.  
  1150.  cList = maanden1[which];
  1151.  
  1152.  var cSelect = document.getElementById("dag1");
  1153.  
  1154.  var len=cSelect.options.length;
  1155.  while (cSelect.options.length > 0) {
  1156.  cSelect.remove(0);
  1157.  }
  1158.  var newOption;
  1159.  
  1160.  for (var i=0; i<cList.length; i++) {
  1161. newOption = document.createElement("option");
  1162. newOption.value = cList[i];
  1163. newOption.text=cList[i];
  1164.  
  1165. try {
  1166. cSelect.add(newOption);
  1167. }
  1168. catch (e) {
  1169. cSelect.appendChild(newOption);
  1170. }
  1171. }
  1172. }
  1173. </script>
  1174.    
  1175.     <!---------------------------------------------------------------------------------------------------------------------------------------->
  1176.     </p>
  1177.     </div>
  1178.     <p class="big">
  1179.     <font color="#f2f2f2">_</font><br>
  1180.     <div class="column" style="background-color:#f2f2f2">
  1181.     <p id="3text1" style="display:none">
  1182.     <input type="text2" id="Voornaam 2e medereiziger" name="Voornaam 2e medereiziger" placeholder="Voornaam">
  1183.     </p><p id="4text1" style="display:none">
  1184.     <input type="text2" id="Achternaam 2e medereiziger" name="Achternaam 2e medereiziger" placeholder="Achternaam">
  1185.     </p><p id="5text1" style="display:none">
  1186.      <!---------------------------------------------------------------------------------------------------------------------------------------->
  1187.  
  1188.  
  1189.     <select font="MRselect1" name="geboortejaar 2e medereiziger">
  1190.       <option id="leeg" value="leeg">Kies je geboortejaar...</option>
  1191.       <option id="jaar1" value="1920">1920</option>
  1192.       <option id="jaar" value="1921">1921</option>
  1193.       <option id="jaar" value="1922">1922</option>
  1194.       <option id="jaar" value="1923">1923</option>
  1195.       <option id="jaar1" value="1924">1924</option>
  1196.       <option id="jaar" value="1925">1925</option>
  1197.       <option id="jaar" value="1926">1926</option>
  1198.       <option id="jaar" value="1927">1927</option>
  1199.       <option id="jaar1" value="1928">1928</option>
  1200.       <option id="jaar" value="1929">1929</option>
  1201.       <option id="jaar" value="1930">1930</option>
  1202.       <option id="jaar" value="1931">1931</option>
  1203.       <option id="jaar1" value="1932">1932</option>
  1204.       <option id="jaar" value="1933">1933</option>
  1205.       <option id="jaar" value="1934">1934</option>
  1206.       <option id="jaar" value="1935">1935</option>
  1207.       <option id="jaar1" value="1936">1936</option>
  1208.       <option id="jaar" value="1937">1937</option>
  1209.       <option id="jaar" value="1938">1938</option>
  1210.       <option id="jaar" value="1939">1939</option>
  1211.       <option id="jaar1" value="1940">1940</option>
  1212.       <option id="jaar" value="1941">1941</option>
  1213.       <option id="jaar" value="1942">1942</option>
  1214.       <option id="jaar" value="1943">1943</option>
  1215.       <option id="jaar1" value="1944">1944</option>
  1216.       <option id="jaar" value="1945">1945</option>
  1217.       <option id="jaar" value="1946">1946</option>
  1218.       <option id="jaar" value="1947">1947</option>
  1219.       <option id="jaar1" value="1948">1948</option>
  1220.       <option id="jaar" value="1949">1949</option>
  1221.       <option id="jaar" value="1950">1950</option>
  1222.       <option id="jaar" value="1951">1951</option>
  1223.       <option id="jaar1" value="1952">1952</option>
  1224.       <option id="jaar" value="1953">1953</option>
  1225.       <option id="jaar" value="1954">1954</option>
  1226.       <option id="jaar" value="1955">1955</option>
  1227.       <option id="jaar1" value="1956">1956</option>
  1228.       <option id="jaar" value="1957">1957</option>
  1229.       <option id="jaar" value="1958">1958</option>
  1230.       <option id="jaar" value="1959">1959</option>
  1231.       <option id="jaar1" value="1960">1960</option>
  1232.       <option id="jaar" value="1961">1961</option>
  1233.       <option id="jaar" value="1962">1962</option>
  1234.       <option id="jaar" value="1963">1963</option>
  1235.       <option id="jaar1" value="1964">1964</option>
  1236.       <option id="jaar" value="1965">1965</option>
  1237.       <option id="jaar" value="1966">1966</option>
  1238.       <option id="jaar" value="1967">1967</option>
  1239.       <option id="jaar1" value="1968">1968</option>
  1240.       <option id="jaar" value="1969">1969</option>
  1241.       <option id="jaar" value="1970">1970</option>
  1242.       <option id="jaar" value="1971">1971</option>
  1243.       <option id="jaar1" value="1972">1972</option>
  1244.       <option id="jaar" value="1973">1973</option>
  1245.       <option id="jaar" value="1974">1974</option>
  1246.       <option id="jaar" value="1975">1975</option>
  1247.       <option id="jaar1" value="1976">1976</option>
  1248.       <option id="jaar" value="1977">1977</option>
  1249.       <option id="jaar" value="1978">1978</option>
  1250.       <option id="jaar" value="1979">1979</option>
  1251.       <option id="jaar1" value="1980">1980</option>
  1252.       <option id="jaar" value="1981">1981</option>
  1253.       <option id="jaar" value="1982">1982</option>
  1254.       <option id="jaar" value="1983">1983</option>
  1255.       <option id="jaar1" value="1984">1984</option>
  1256.       <option id="jaar" value="1985">1985</option>
  1257.       <option id="jaar" value="1986">1986</option>
  1258.       <option id="jaar" value="1987">1987</option>
  1259.       <option id="jaar1" value="1988">1988</option>
  1260.       <option id="jaar" value="1989">1989</option>
  1261.       <option id="jaar" value="1990">1990</option>
  1262.       <option id="jaar" value="1991">1991</option>
  1263.       <option id="jaar1" value="1992">1992</option>
  1264.       <option id="jaar" value="1993">1993</option>
  1265.       <option id="jaar" value="1994">1994</option>
  1266.       <option id="jaar" value="1995">1995</option>
  1267.       <option id="jaar1" value="1996">1996</option>
  1268.       <option id="jaar" value="1997">1997</option>
  1269.       <option id="jaar" value="1998">1998</option>
  1270.       <option id="jaar" value="1999">1999</option>
  1271.       <option id="jaar1" value="2000">2000</option>
  1272.       <option id="jaar" value="2001">2001</option>
  1273.       <option id="jaar" value="2002">2002</option>
  1274.       <option id="jaar" value="2003">2003</option>
  1275.       <option id="jaar1" value="2004">2004</option>
  1276.       <option id="jaar" value="2005">2005</option>
  1277.       <option id="jaar" value="2006">2006</option>
  1278.       <option id="jaar" value="2007">2007</option>
  1279.       <option id="jaar1" value="2008">2008</option>
  1280.       <option id="jaar" value="2009">2009</option>
  1281.       <option id="jaar" value="1010">2010</option>
  1282.     </select>
  1283.    
  1284.    
  1285.     <select font="MRselect2" name="geboortemaand 2e medereiziger" id="maand1" onchange="VeranderenMaandenMR1(this);">
  1286.     <option value="leeg">Kies je geboortjemaand...</option>
  1287.     <option value="januari">januari</option>
  1288.     <option value="februari">februari</option>
  1289.     <option value="maart">maart</option>
  1290.     <option value="april">april</option>
  1291.     <option value="mei">mei</option>
  1292.     <option value="juni">juni</option>
  1293.     <option value="juli">juli</option>
  1294.     <option value="augustus">augustus</option>
  1295.     <option value="september">september</option>
  1296.     <option value="oktober">oktober</option>
  1297.     <option value="november">november</option>
  1298.     <option value="december">december</option>
  1299.     </select>
  1300.    
  1301.     <select font="MRselect3" font="select3" name="geboortedag 2e medereiziger" id="dag1">
  1302.     <option value="0">Selecteer eerst je geboortemaand!</option>
  1303.     </select>
  1304.  
  1305. <script type="text/javascript">
  1306.  var maanden1 = new Array(4)
  1307.  maanden1["leeg"] = ["Selecteer eerst je geboortemaand!"];
  1308.  maanden1["januari"] = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1309.  maanden1["februari"] = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29"];
  1310.  maanden1["maart"] = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1311.  maanden1["april"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  1312.  maanden1["mei"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1313.  maanden1["juni"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  1314.  maanden1["juli"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1315.  maanden1["augustus"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1316.  maanden1["september"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  1317.  maanden1["oktober"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1318.  maanden1["november"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  1319.  maanden1["december"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1320.  
  1321.  
  1322.  function VeranderenMaandenMR1(selectObj) {
  1323.  
  1324.  var idx = selectObj.selectedIndex;
  1325.  
  1326.  var which = selectObj.options[idx].value;
  1327.  
  1328.  cList = maanden1[which];
  1329.  
  1330.  var cSelect = document.getElementById("dag1");
  1331.  
  1332.  var len=cSelect.options.length;
  1333.  while (cSelect.options.length > 0) {
  1334.  cSelect.remove(0);
  1335.  }
  1336.  var newOption;
  1337.  
  1338.  for (var i=0; i<cList.length; i++) {
  1339. newOption = document.createElement("option");
  1340. newOption.value = cList[i];
  1341. newOption.text=cList[i];
  1342.  
  1343. try {
  1344. cSelect.add(newOption);
  1345. }
  1346. catch (e) {
  1347. cSelect.appendChild(newOption);
  1348. }
  1349. }
  1350. }
  1351. </script>
  1352.    
  1353.     <!---------------------------------------------------------------------------------------------------------------------------------------->
  1354.     </p>
  1355.     </div>
  1356.     <div class="column" style="background-color:#f2f2f2">
  1357.     <p id="3text2" style="display:none">
  1358.     <input type="text2" id="Voornaam 3e medereiziger" name="Voornaam 3e medereiziger" placeholder="Voornaam">
  1359.     </p><p id="4text2" style="display:none">
  1360.     <input type="text2" id="Achternaam 3e medereiziger" name="Achternaam 3e medereiziger" placeholder="Achternaam">
  1361.     </p><p id="5text2" style="display:none">
  1362.      <!---------------------------------------------------------------------------------------------------------------------------------------->
  1363.  
  1364.  
  1365.     <select font="MRselect1" name="geboortejaar 3e medereiziger">
  1366.       <option id="leeg" value="leeg">Kies je geboortejaar...</option>
  1367.       <option id="jaar1" value="1920">1920</option>
  1368.       <option id="jaar" value="1921">1921</option>
  1369.       <option id="jaar" value="1922">1922</option>
  1370.       <option id="jaar" value="1923">1923</option>
  1371.       <option id="jaar1" value="1924">1924</option>
  1372.       <option id="jaar" value="1925">1925</option>
  1373.       <option id="jaar" value="1926">1926</option>
  1374.       <option id="jaar" value="1927">1927</option>
  1375.       <option id="jaar1" value="1928">1928</option>
  1376.       <option id="jaar" value="1929">1929</option>
  1377.       <option id="jaar" value="1930">1930</option>
  1378.       <option id="jaar" value="1931">1931</option>
  1379.       <option id="jaar1" value="1932">1932</option>
  1380.       <option id="jaar" value="1933">1933</option>
  1381.       <option id="jaar" value="1934">1934</option>
  1382.       <option id="jaar" value="1935">1935</option>
  1383.       <option id="jaar1" value="1936">1936</option>
  1384.       <option id="jaar" value="1937">1937</option>
  1385.       <option id="jaar" value="1938">1938</option>
  1386.       <option id="jaar" value="1939">1939</option>
  1387.       <option id="jaar1" value="1940">1940</option>
  1388.       <option id="jaar" value="1941">1941</option>
  1389.       <option id="jaar" value="1942">1942</option>
  1390.       <option id="jaar" value="1943">1943</option>
  1391.       <option id="jaar1" value="1944">1944</option>
  1392.       <option id="jaar" value="1945">1945</option>
  1393.       <option id="jaar" value="1946">1946</option>
  1394.       <option id="jaar" value="1947">1947</option>
  1395.       <option id="jaar1" value="1948">1948</option>
  1396.       <option id="jaar" value="1949">1949</option>
  1397.       <option id="jaar" value="1950">1950</option>
  1398.       <option id="jaar" value="1951">1951</option>
  1399.       <option id="jaar1" value="1952">1952</option>
  1400.       <option id="jaar" value="1953">1953</option>
  1401.       <option id="jaar" value="1954">1954</option>
  1402.       <option id="jaar" value="1955">1955</option>
  1403.       <option id="jaar1" value="1956">1956</option>
  1404.       <option id="jaar" value="1957">1957</option>
  1405.       <option id="jaar" value="1958">1958</option>
  1406.       <option id="jaar" value="1959">1959</option>
  1407.       <option id="jaar1" value="1960">1960</option>
  1408.       <option id="jaar" value="1961">1961</option>
  1409.       <option id="jaar" value="1962">1962</option>
  1410.       <option id="jaar" value="1963">1963</option>
  1411.       <option id="jaar1" value="1964">1964</option>
  1412.       <option id="jaar" value="1965">1965</option>
  1413.       <option id="jaar" value="1966">1966</option>
  1414.       <option id="jaar" value="1967">1967</option>
  1415.       <option id="jaar1" value="1968">1968</option>
  1416.       <option id="jaar" value="1969">1969</option>
  1417.       <option id="jaar" value="1970">1970</option>
  1418.       <option id="jaar" value="1971">1971</option>
  1419.       <option id="jaar1" value="1972">1972</option>
  1420.       <option id="jaar" value="1973">1973</option>
  1421.       <option id="jaar" value="1974">1974</option>
  1422.       <option id="jaar" value="1975">1975</option>
  1423.       <option id="jaar1" value="1976">1976</option>
  1424.       <option id="jaar" value="1977">1977</option>
  1425.       <option id="jaar" value="1978">1978</option>
  1426.       <option id="jaar" value="1979">1979</option>
  1427.       <option id="jaar1" value="1980">1980</option>
  1428.       <option id="jaar" value="1981">1981</option>
  1429.       <option id="jaar" value="1982">1982</option>
  1430.       <option id="jaar" value="1983">1983</option>
  1431.       <option id="jaar1" value="1984">1984</option>
  1432.       <option id="jaar" value="1985">1985</option>
  1433.       <option id="jaar" value="1986">1986</option>
  1434.       <option id="jaar" value="1987">1987</option>
  1435.       <option id="jaar1" value="1988">1988</option>
  1436.       <option id="jaar" value="1989">1989</option>
  1437.       <option id="jaar" value="1990">1990</option>
  1438.       <option id="jaar" value="1991">1991</option>
  1439.       <option id="jaar1" value="1992">1992</option>
  1440.       <option id="jaar" value="1993">1993</option>
  1441.       <option id="jaar" value="1994">1994</option>
  1442.       <option id="jaar" value="1995">1995</option>
  1443.       <option id="jaar1" value="1996">1996</option>
  1444.       <option id="jaar" value="1997">1997</option>
  1445.       <option id="jaar" value="1998">1998</option>
  1446.       <option id="jaar" value="1999">1999</option>
  1447.       <option id="jaar1" value="2000">2000</option>
  1448.       <option id="jaar" value="2001">2001</option>
  1449.       <option id="jaar" value="2002">2002</option>
  1450.       <option id="jaar" value="2003">2003</option>
  1451.       <option id="jaar1" value="2004">2004</option>
  1452.       <option id="jaar" value="2005">2005</option>
  1453.       <option id="jaar" value="2006">2006</option>
  1454.       <option id="jaar" value="2007">2007</option>
  1455.       <option id="jaar1" value="2008">2008</option>
  1456.       <option id="jaar" value="2009">2009</option>
  1457.       <option id="jaar" value="1010">2010</option>
  1458.     </select>
  1459.    
  1460.    
  1461.     <select font="MRselect2" name="geboortemaand 3e medereiziger" id="maand1" onchange="VeranderenMaandenMR1(this);">
  1462.     <option value="leeg">Kies je geboortjemaand...</option>
  1463.     <option value="januari">januari</option>
  1464.     <option value="februari">februari</option>
  1465.     <option value="maart">maart</option>
  1466.     <option value="april">april</option>
  1467.     <option value="mei">mei</option>
  1468.     <option value="juni">juni</option>
  1469.     <option value="juli">juli</option>
  1470.     <option value="augustus">augustus</option>
  1471.     <option value="september">september</option>
  1472.     <option value="oktober">oktober</option>
  1473.     <option value="november">november</option>
  1474.     <option value="december">december</option>
  1475.     </select>
  1476.    
  1477.     <select font="MRselect3" font="select3" name="geboortedag 3e medereiziger" id="dag1">
  1478.     <option value="0">Selecteer eerst je geboortemaand!</option>
  1479.     </select>
  1480.  
  1481. <script type="text/javascript">
  1482.  var maanden1 = new Array(4)
  1483.  maanden1["leeg"] = ["Selecteer eerst je geboortemaand!"];
  1484.  maanden1["januari"] = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1485.  maanden1["februari"] = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29"];
  1486.  maanden1["maart"] = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1487.  maanden1["april"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  1488.  maanden1["mei"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1489.  maanden1["juni"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  1490.  maanden1["juli"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1491.  maanden1["augustus"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1492.  maanden1["september"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  1493.  maanden1["oktober"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1494.  maanden1["november"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  1495.  maanden1["december"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1496.  
  1497.  
  1498.  function VeranderenMaandenMR1(selectObj) {
  1499.  
  1500.  var idx = selectObj.selectedIndex;
  1501.  
  1502.  var which = selectObj.options[idx].value;
  1503.  
  1504.  cList = maanden1[which];
  1505.  
  1506.  var cSelect = document.getElementById("dag1");
  1507.  
  1508.  var len=cSelect.options.length;
  1509.  while (cSelect.options.length > 0) {
  1510.  cSelect.remove(0);
  1511.  }
  1512.  var newOption;
  1513.  
  1514.  for (var i=0; i<cList.length; i++) {
  1515. newOption = document.createElement("option");
  1516. newOption.value = cList[i];
  1517. newOption.text=cList[i];
  1518.  
  1519. try {
  1520. cSelect.add(newOption);
  1521. }
  1522. catch (e) {
  1523. cSelect.appendChild(newOption);
  1524. }
  1525. }
  1526. }
  1527. </script>
  1528.    
  1529.     <!---------------------------------------------------------------------------------------------------------------------------------------->
  1530.     </p>
  1531.     </div>
  1532.     <div class="column" style="background-color:#f2f2f2">
  1533.     <p id="3text3" style="display:none">
  1534.     <input type="text2" id="Voornaam 4e medereiziger" name="Voornaam 4e medereiziger" placeholder="Voornaam">
  1535.     </p><p id="4text3" style="display:none">
  1536.     <input type="text2" id="Achternaam 4e medereiziger" name="Achternaam 4e medereiziger" placeholder="Achternaam">
  1537.     </p><p id="5text3" style="display:none">
  1538.      <!---------------------------------------------------------------------------------------------------------------------------------------->
  1539.  
  1540.  
  1541.     <select font="MRselect1" name="geboortejaar 4e medereiziger">
  1542.       <option id="leeg" value="leeg">Kies je geboortejaar...</option>
  1543.       <option id="jaar1" value="1920">1920</option>
  1544.       <option id="jaar" value="1921">1921</option>
  1545.       <option id="jaar" value="1922">1922</option>
  1546.       <option id="jaar" value="1923">1923</option>
  1547.       <option id="jaar1" value="1924">1924</option>
  1548.       <option id="jaar" value="1925">1925</option>
  1549.       <option id="jaar" value="1926">1926</option>
  1550.       <option id="jaar" value="1927">1927</option>
  1551.       <option id="jaar1" value="1928">1928</option>
  1552.       <option id="jaar" value="1929">1929</option>
  1553.       <option id="jaar" value="1930">1930</option>
  1554.       <option id="jaar" value="1931">1931</option>
  1555.       <option id="jaar1" value="1932">1932</option>
  1556.       <option id="jaar" value="1933">1933</option>
  1557.       <option id="jaar" value="1934">1934</option>
  1558.       <option id="jaar" value="1935">1935</option>
  1559.       <option id="jaar1" value="1936">1936</option>
  1560.       <option id="jaar" value="1937">1937</option>
  1561.       <option id="jaar" value="1938">1938</option>
  1562.       <option id="jaar" value="1939">1939</option>
  1563.       <option id="jaar1" value="1940">1940</option>
  1564.       <option id="jaar" value="1941">1941</option>
  1565.       <option id="jaar" value="1942">1942</option>
  1566.       <option id="jaar" value="1943">1943</option>
  1567.       <option id="jaar1" value="1944">1944</option>
  1568.       <option id="jaar" value="1945">1945</option>
  1569.       <option id="jaar" value="1946">1946</option>
  1570.       <option id="jaar" value="1947">1947</option>
  1571.       <option id="jaar1" value="1948">1948</option>
  1572.       <option id="jaar" value="1949">1949</option>
  1573.       <option id="jaar" value="1950">1950</option>
  1574.       <option id="jaar" value="1951">1951</option>
  1575.       <option id="jaar1" value="1952">1952</option>
  1576.       <option id="jaar" value="1953">1953</option>
  1577.       <option id="jaar" value="1954">1954</option>
  1578.       <option id="jaar" value="1955">1955</option>
  1579.       <option id="jaar1" value="1956">1956</option>
  1580.       <option id="jaar" value="1957">1957</option>
  1581.       <option id="jaar" value="1958">1958</option>
  1582.       <option id="jaar" value="1959">1959</option>
  1583.       <option id="jaar1" value="1960">1960</option>
  1584.       <option id="jaar" value="1961">1961</option>
  1585.       <option id="jaar" value="1962">1962</option>
  1586.       <option id="jaar" value="1963">1963</option>
  1587.       <option id="jaar1" value="1964">1964</option>
  1588.       <option id="jaar" value="1965">1965</option>
  1589.       <option id="jaar" value="1966">1966</option>
  1590.       <option id="jaar" value="1967">1967</option>
  1591.       <option id="jaar1" value="1968">1968</option>
  1592.       <option id="jaar" value="1969">1969</option>
  1593.       <option id="jaar" value="1970">1970</option>
  1594.       <option id="jaar" value="1971">1971</option>
  1595.       <option id="jaar1" value="1972">1972</option>
  1596.       <option id="jaar" value="1973">1973</option>
  1597.       <option id="jaar" value="1974">1974</option>
  1598.       <option id="jaar" value="1975">1975</option>
  1599.       <option id="jaar1" value="1976">1976</option>
  1600.       <option id="jaar" value="1977">1977</option>
  1601.       <option id="jaar" value="1978">1978</option>
  1602.       <option id="jaar" value="1979">1979</option>
  1603.       <option id="jaar1" value="1980">1980</option>
  1604.       <option id="jaar" value="1981">1981</option>
  1605.       <option id="jaar" value="1982">1982</option>
  1606.       <option id="jaar" value="1983">1983</option>
  1607.       <option id="jaar1" value="1984">1984</option>
  1608.       <option id="jaar" value="1985">1985</option>
  1609.       <option id="jaar" value="1986">1986</option>
  1610.       <option id="jaar" value="1987">1987</option>
  1611.       <option id="jaar1" value="1988">1988</option>
  1612.       <option id="jaar" value="1989">1989</option>
  1613.       <option id="jaar" value="1990">1990</option>
  1614.       <option id="jaar" value="1991">1991</option>
  1615.       <option id="jaar1" value="1992">1992</option>
  1616.       <option id="jaar" value="1993">1993</option>
  1617.       <option id="jaar" value="1994">1994</option>
  1618.       <option id="jaar" value="1995">1995</option>
  1619.       <option id="jaar1" value="1996">1996</option>
  1620.       <option id="jaar" value="1997">1997</option>
  1621.       <option id="jaar" value="1998">1998</option>
  1622.       <option id="jaar" value="1999">1999</option>
  1623.       <option id="jaar1" value="2000">2000</option>
  1624.       <option id="jaar" value="2001">2001</option>
  1625.       <option id="jaar" value="2002">2002</option>
  1626.       <option id="jaar" value="2003">2003</option>
  1627.       <option id="jaar1" value="2004">2004</option>
  1628.       <option id="jaar" value="2005">2005</option>
  1629.       <option id="jaar" value="2006">2006</option>
  1630.       <option id="jaar" value="2007">2007</option>
  1631.       <option id="jaar1" value="2008">2008</option>
  1632.       <option id="jaar" value="2009">2009</option>
  1633.       <option id="jaar" value="1010">2010</option>
  1634.     </select>
  1635.    
  1636.    
  1637.     <select font="MRselect2" name="geboortemaand 4e medereiziger" id="maand1" onchange="VeranderenMaandenMR1(this);">
  1638.     <option value="leeg">Kies je geboortjemaand...</option>
  1639.     <option value="januari">januari</option>
  1640.     <option value="februari">februari</option>
  1641.     <option value="maart">maart</option>
  1642.     <option value="april">april</option>
  1643.     <option value="mei">mei</option>
  1644.     <option value="juni">juni</option>
  1645.     <option value="juli">juli</option>
  1646.     <option value="augustus">augustus</option>
  1647.     <option value="september">september</option>
  1648.     <option value="oktober">oktober</option>
  1649.     <option value="november">november</option>
  1650.     <option value="december">december</option>
  1651.     </select>
  1652.    
  1653.     <select font="MRselect3" font="select3" name="geboortedag 4e medereiziger" id="dag1">
  1654.     <option value="0">Selecteer eerst je geboortemaand!</option>
  1655.     </select>
  1656.  
  1657. <script type="text/javascript">
  1658.  var maanden1 = new Array(4)
  1659.  maanden1["leeg"] = ["Selecteer eerst je geboortemaand!"];
  1660.  maanden1["januari"] = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1661.  maanden1["februari"] = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29"];
  1662.  maanden1["maart"] = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1663.  maanden1["april"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  1664.  maanden1["mei"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1665.  maanden1["juni"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  1666.  maanden1["juli"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1667.  maanden1["augustus"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1668.  maanden1["september"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  1669.  maanden1["oktober"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1670.  maanden1["november"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  1671.  maanden1["december"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1672.  
  1673.  
  1674.  function VeranderenMaandenMR1(selectObj) {
  1675.  
  1676.  var idx = selectObj.selectedIndex;
  1677.  
  1678.  var which = selectObj.options[idx].value;
  1679.  
  1680.  cList = maanden1[which];
  1681.  
  1682.  var cSelect = document.getElementById("dag1");
  1683.  
  1684.  var len=cSelect.options.length;
  1685.  while (cSelect.options.length > 0) {
  1686.  cSelect.remove(0);
  1687.  }
  1688.  var newOption;
  1689.  
  1690.  for (var i=0; i<cList.length; i++) {
  1691. newOption = document.createElement("option");
  1692. newOption.value = cList[i];
  1693. newOption.text=cList[i];
  1694.  
  1695. try {
  1696. cSelect.add(newOption);
  1697. }
  1698. catch (e) {
  1699. cSelect.appendChild(newOption);
  1700. }
  1701. }
  1702. }
  1703. </script>
  1704.    
  1705.     <!---------------------------------------------------------------------------------------------------------------------------------------->
  1706.     </p>
  1707.     </div>
  1708.     <div class="column" style="background-color:#f2f2f2">
  1709.     <p id="3text4" style="display:none">
  1710.     <input type="text2" id="Voornaam 5e medereiziger" name="Voornaam 5e medereiziger" placeholder="Voornaam">
  1711.     </p><p id="4text4" style="display:none">
  1712.     <input type="text2" id="Achternaam 5e medereiziger" name="Achternaam 5e medereiziger" placeholder="Achternaam">
  1713.     </p><p id="5text4" style="display:none">
  1714.      <!---------------------------------------------------------------------------------------------------------------------------------------->
  1715.  
  1716.  
  1717.     <select font="MRselect1" name="geboortejaar 5e medereiziger">
  1718.       <option id="leeg" value="leeg">Kies je geboortejaar...</option>
  1719.       <option id="jaar1" value="1920">1920</option>
  1720.       <option id="jaar" value="1921">1921</option>
  1721.       <option id="jaar" value="1922">1922</option>
  1722.       <option id="jaar" value="1923">1923</option>
  1723.       <option id="jaar1" value="1924">1924</option>
  1724.       <option id="jaar" value="1925">1925</option>
  1725.       <option id="jaar" value="1926">1926</option>
  1726.       <option id="jaar" value="1927">1927</option>
  1727.       <option id="jaar1" value="1928">1928</option>
  1728.       <option id="jaar" value="1929">1929</option>
  1729.       <option id="jaar" value="1930">1930</option>
  1730.       <option id="jaar" value="1931">1931</option>
  1731.       <option id="jaar1" value="1932">1932</option>
  1732.       <option id="jaar" value="1933">1933</option>
  1733.       <option id="jaar" value="1934">1934</option>
  1734.       <option id="jaar" value="1935">1935</option>
  1735.       <option id="jaar1" value="1936">1936</option>
  1736.       <option id="jaar" value="1937">1937</option>
  1737.       <option id="jaar" value="1938">1938</option>
  1738.       <option id="jaar" value="1939">1939</option>
  1739.       <option id="jaar1" value="1940">1940</option>
  1740.       <option id="jaar" value="1941">1941</option>
  1741.       <option id="jaar" value="1942">1942</option>
  1742.       <option id="jaar" value="1943">1943</option>
  1743.       <option id="jaar1" value="1944">1944</option>
  1744.       <option id="jaar" value="1945">1945</option>
  1745.       <option id="jaar" value="1946">1946</option>
  1746.       <option id="jaar" value="1947">1947</option>
  1747.       <option id="jaar1" value="1948">1948</option>
  1748.       <option id="jaar" value="1949">1949</option>
  1749.       <option id="jaar" value="1950">1950</option>
  1750.       <option id="jaar" value="1951">1951</option>
  1751.       <option id="jaar1" value="1952">1952</option>
  1752.       <option id="jaar" value="1953">1953</option>
  1753.       <option id="jaar" value="1954">1954</option>
  1754.       <option id="jaar" value="1955">1955</option>
  1755.       <option id="jaar1" value="1956">1956</option>
  1756.       <option id="jaar" value="1957">1957</option>
  1757.       <option id="jaar" value="1958">1958</option>
  1758.       <option id="jaar" value="1959">1959</option>
  1759.       <option id="jaar1" value="1960">1960</option>
  1760.       <option id="jaar" value="1961">1961</option>
  1761.       <option id="jaar" value="1962">1962</option>
  1762.       <option id="jaar" value="1963">1963</option>
  1763.       <option id="jaar1" value="1964">1964</option>
  1764.       <option id="jaar" value="1965">1965</option>
  1765.       <option id="jaar" value="1966">1966</option>
  1766.       <option id="jaar" value="1967">1967</option>
  1767.       <option id="jaar1" value="1968">1968</option>
  1768.       <option id="jaar" value="1969">1969</option>
  1769.       <option id="jaar" value="1970">1970</option>
  1770.       <option id="jaar" value="1971">1971</option>
  1771.       <option id="jaar1" value="1972">1972</option>
  1772.       <option id="jaar" value="1973">1973</option>
  1773.       <option id="jaar" value="1974">1974</option>
  1774.       <option id="jaar" value="1975">1975</option>
  1775.       <option id="jaar1" value="1976">1976</option>
  1776.       <option id="jaar" value="1977">1977</option>
  1777.       <option id="jaar" value="1978">1978</option>
  1778.       <option id="jaar" value="1979">1979</option>
  1779.       <option id="jaar1" value="1980">1980</option>
  1780.       <option id="jaar" value="1981">1981</option>
  1781.       <option id="jaar" value="1982">1982</option>
  1782.       <option id="jaar" value="1983">1983</option>
  1783.       <option id="jaar1" value="1984">1984</option>
  1784.       <option id="jaar" value="1985">1985</option>
  1785.       <option id="jaar" value="1986">1986</option>
  1786.       <option id="jaar" value="1987">1987</option>
  1787.       <option id="jaar1" value="1988">1988</option>
  1788.       <option id="jaar" value="1989">1989</option>
  1789.       <option id="jaar" value="1990">1990</option>
  1790.       <option id="jaar" value="1991">1991</option>
  1791.       <option id="jaar1" value="1992">1992</option>
  1792.       <option id="jaar" value="1993">1993</option>
  1793.       <option id="jaar" value="1994">1994</option>
  1794.       <option id="jaar" value="1995">1995</option>
  1795.       <option id="jaar1" value="1996">1996</option>
  1796.       <option id="jaar" value="1997">1997</option>
  1797.       <option id="jaar" value="1998">1998</option>
  1798.       <option id="jaar" value="1999">1999</option>
  1799.       <option id="jaar1" value="2000">2000</option>
  1800.       <option id="jaar" value="2001">2001</option>
  1801.       <option id="jaar" value="2002">2002</option>
  1802.       <option id="jaar" value="2003">2003</option>
  1803.       <option id="jaar1" value="2004">2004</option>
  1804.       <option id="jaar" value="2005">2005</option>
  1805.       <option id="jaar" value="2006">2006</option>
  1806.       <option id="jaar" value="2007">2007</option>
  1807.       <option id="jaar1" value="2008">2008</option>
  1808.       <option id="jaar" value="2009">2009</option>
  1809.       <option id="jaar" value="1010">2010</option>
  1810.     </select>
  1811.    
  1812.    
  1813.     <select font="MRselect2" name="geboortemaand 5e medereiziger" id="maand1" onchange="VeranderenMaandenMR1(this);">
  1814.     <option value="leeg">Kies je geboortjemaand...</option>
  1815.     <option value="januari">januari</option>
  1816.     <option value="februari">februari</option>
  1817.     <option value="maart">maart</option>
  1818.     <option value="april">april</option>
  1819.     <option value="mei">mei</option>
  1820.     <option value="juni">juni</option>
  1821.     <option value="juli">juli</option>
  1822.     <option value="augustus">augustus</option>
  1823.     <option value="september">september</option>
  1824.     <option value="oktober">oktober</option>
  1825.     <option value="november">november</option>
  1826.     <option value="december">december</option>
  1827.     </select>
  1828.    
  1829.     <select font="MRselect3" font="select3" name="geboortedag 5e medereiziger" id="dag1">
  1830.     <option value="0">Selecteer eerst je geboortemaand!</option>
  1831.     </select>
  1832.  
  1833. <script type="text/javascript">
  1834.  var maanden1 = new Array(4)
  1835.  maanden1["leeg"] = ["Selecteer eerst je geboortemaand!"];
  1836.  maanden1["januari"] = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1837.  maanden1["februari"] = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29"];
  1838.  maanden1["maart"] = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1839.  maanden1["april"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  1840.  maanden1["mei"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1841.  maanden1["juni"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  1842.  maanden1["juli"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1843.  maanden1["augustus"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1844.  maanden1["september"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  1845.  maanden1["oktober"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1846.  maanden1["november"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"];
  1847.  maanden1["december"]= ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"];
  1848.  
  1849.  
  1850.  function VeranderenMaandenMR1(selectObj) {
  1851.  
  1852.  var idx = selectObj.selectedIndex;
  1853.  
  1854.  var which = selectObj.options[idx].value;
  1855.  
  1856.  cList = maanden1[which];
  1857.  
  1858.  var cSelect = document.getElementById("dag1");
  1859.  
  1860.  var len=cSelect.options.length;
  1861.  while (cSelect.options.length > 0) {
  1862.  cSelect.remove(0);
  1863.  }
  1864.  var newOption;
  1865.  
  1866.  for (var i=0; i<cList.length; i++) {
  1867. newOption = document.createElement("option");
  1868. newOption.value = cList[i];
  1869. newOption.text=cList[i];
  1870.  
  1871. try {
  1872. cSelect.add(newOption);
  1873. }
  1874. catch (e) {
  1875. cSelect.appendChild(newOption);
  1876. }
  1877. }
  1878. }
  1879. </script>
  1880.    
  1881.     <!---------------------------------------------------------------------------------------------------------------------------------------->
  1882.     </p>
  1883.     </div>
  1884. <!--------------------------------------------------------------------------------------------------------------------------------------->
  1885.     </div>
  1886. <!--------------------------------------------------------------------------------------------------------------------------------------->
  1887.     <input onclick="document.getElementById('id01').style.display='block'" type="submit" value="Verzenden">
  1888.     </form>
  1889. </div>
  1890.    
  1891. </body>
  1892.  
  1893. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement