surt: PHp und Hidden Fields

Beitrag lesen

Hier ist der Quelltext:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Änderungsformular für eine Reisetabelle</title>
<style type="text/css">
<!--

.name {
font-variant: small-caps;
 font-size: x-large;
 font-weight: bold;
 color: #003366;
 margin: 10px;
 padding: 10px;
 border-bottom: medium double #003366;
}
.option {
 font-weight: bolder;
 color: #003366;

border-top-width: thin;
 border-right-width: thin;
 border-bottom-width: thin;
 border-left-width: thin;
 border-bottom-style: solid;
 border-bottom-color:  #003366;
}
.blau{
 background-color: #ffffcc;
 color: navy;
}
.Stil1 {
 color: #000099;
 font-weight: bold;
 margin:10px;
}
-->
</style>
</head>

<body>
<form id="aendern" name="aendern" method="post" action="gemeldet.php" ">
<input name="userid" type="hidden" size="100" value="37">
<input name="Name" type="hidden" size="100" value="Benjamin Trinczek">
<input name="feld" type="hidden" size="100" value="Rheine">

<table width="100%" border="0" cellspacing="0" cellpadding="0">
   <h2>Benjamin Trinczek</h2><div>bitte sich für das folgende Projekt melden: <span style='color:red'><strong>Rheine</strong></span></div><tr><td bgcolor="#FFFFCC"><p>
  <label>
  <input type="radio" name="melden" value="0" />

<span class="Stil1">nein</span></label>
  <br />
  <label>
  <input type="radio" name="melden" value="1" />
    <span class="Stil1">ja</span></label>
  <br />
  <label>
  <input type="radio" name="melden" value="2" />
    <span class="Stil1">evtl.</span></label>
  <br />
</p></td></tr>
<tr><td align="center" colspan='3'><input type="submit" name="Submit" value="Senden" style='margin:15px;'/><input type="reset" name="reset" value="Abbrechen" style='margin:15px;' onclick="javascript:window.close();"/></td></tr>
  </table>
</form>
</body>
</html>