Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- <html>
- <head>
- <style><endnote><head>
- <style><endnote><head>
- <style><endnote><head>
- <style><endnote><head>
- <style><endnote><head>
- <style><endnote><head>
- <style><endnote><head>
- <style><endnote><head>
- <style><endnote><head>
- <style><endnote><head>
- <style></style>
- </head>
- <body style="height: 149px;">
- <style>
- body {
- background-color : #ffffff;
- margin: 0;
- padding: 0;
- }
- h1 {
- color : #ffffff;
- text-align : center;
- font-family: "SIMPSON";
- }
- form {
- width: 300px;
- margin: 0 auto;
- padding-top: 250px;
- }
- </style>
- <form style="font-family: Arial; margin-top: 4px; height: 994px;"
- method="get">
- <div style="text-align: center;"><img
- style="width: 96px; height: 97px;" alt=""
- src="*"><br>
- <br>
- Vul je gegevens in en genereer automatisch je handtekening!<br>
- <br>
- </div>
- <table style="width: 346px;" border="0"
- cellpadding="2" cellspacing="2">
- <tbody>
- <tr>
- <td style="width: 124px;">Voornaam: </td>
- <td style="width: 204px;"><input name="voornaam"
- type="text"></td>
- </tr>
- <tr>
- <td style="width: 124px;">Achternaam: </td>
- <td style="width: 204px;"><input
- name="achternaam" type="text"></td>
- </tr>
- <tr>
- <td style="width: 124px;">E-mail: </td>
- <td style="width: 204px;"> <input name="mail"
- type="text"></td>
- </tr>
- <tr>
- <td style="width: 124px;">Functie: </td>
- <td style="width: 204px;"><input name="functie"
- type="text"></td>
- </tr>
- <tr>
- <?php
- if (isset($_GET["school"])) {
- // User submitted their choice, so redirect to that page
- // Make sure not to echo anything when using header():
- header("Location: " . $_GET["school"] . ".php");
- // Make sure to not execute any other code in this file
- exit();
- }
- // User did not yet submit a choice, so present list
- ?>
- <td>School:</td>
- <td>
- <select name="school">
- <option value="1">optie 1</option>
- <option value="2">optie 2</option>
- <option value="3">optie 3</option>
- <option value="4">optie 4</option>
- </select>
- </td>
- </tr>
- </tbody>
- </table>
- <br>
- <div style="text-align: center;"><input
- value="Handtekening genereren" type="submit">
- </div>
- </form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment