Guest User

Untitled

a guest
Oct 3rd, 2017
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <style><endnote><head>
  5. <style><endnote><head>
  6. <style><endnote><head>
  7. <style><endnote><head>
  8. <style><endnote><head>
  9. <style><endnote><head>
  10. <style><endnote><head>
  11. <style><endnote><head>
  12. <style><endnote><head>
  13. <style><endnote><head>
  14. <style></style>
  15. </head>
  16. <body style="height: 149px;">
  17. <style>
  18. body {
  19. background-color : #ffffff;
  20. margin: 0;
  21. padding: 0;
  22. }
  23. h1 {
  24. color : #ffffff;
  25. text-align : center;
  26. font-family: "SIMPSON";
  27. }
  28. form {
  29. width: 300px;
  30. margin: 0 auto;
  31. padding-top: 250px;
  32. }
  33. </style>
  34. <form style="font-family: Arial; margin-top: 4px; height: 994px;"
  35. method="get">
  36. <div style="text-align: center;"><img
  37. style="width: 96px; height: 97px;" alt=""
  38. src="*"><br>
  39. <br>
  40. Vul je gegevens in en genereer automatisch je handtekening!<br>
  41. <br>
  42. </div>
  43. <table style="width: 346px;" border="0"
  44. cellpadding="2" cellspacing="2">
  45. <tbody>
  46. <tr>
  47. <td style="width: 124px;">Voornaam: </td>
  48. <td style="width: 204px;"><input name="voornaam"
  49. type="text"></td>
  50. </tr>
  51. <tr>
  52. <td style="width: 124px;">Achternaam: </td>
  53. <td style="width: 204px;"><input
  54. name="achternaam" type="text"></td>
  55. </tr>
  56. <tr>
  57. <td style="width: 124px;">E-mail: </td>
  58. <td style="width: 204px;"> <input name="mail"
  59. type="text"></td>
  60. </tr>
  61. <tr>
  62. <td style="width: 124px;">Functie: </td>
  63. <td style="width: 204px;"><input name="functie"
  64. type="text"></td>
  65. </tr>
  66. <tr>
  67. <?php
  68. if (isset($_GET["school"])) {
  69. // User submitted their choice, so redirect to that page
  70. // Make sure not to echo anything when using header():
  71. header("Location: " . $_GET["school"] . ".php");
  72. // Make sure to not execute any other code in this file
  73. exit();
  74. }
  75. // User did not yet submit a choice, so present list
  76. ?>
  77. <td>School:</td>
  78. <td>
  79. <select name="school">
  80. <option value="1">optie 1</option>
  81. <option value="2">optie 2</option>
  82. <option value="3">optie 3</option>
  83. <option value="4">optie 4</option>
  84. </select>
  85. </td>
  86. </tr>
  87. </tbody>
  88. </table>
  89. <br>
  90. <div style="text-align: center;"><input
  91. value="Handtekening genereren" type="submit">
  92. </div>
  93. </form>
  94. </body>
  95. </html>
Advertisement
Add Comment
Please, Sign In to add comment