• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

formular

Status
Für weitere Antworten geschlossen.

kwkurzer

Neues Mitglied
hi.. hab nun folgendes Formular estellt und möchte das bei der auswahldes menüs "LINK" der jeweilige wert in die post-action gesetzt wird...

<html>
<head>
<link rel="stylesheet" href="style_html.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Unbenanntes Dokument</title>
</head>
<body>
<table width="590" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="inhalt"><form action="seite1.php" method="post">
<table width="550" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150">&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td width="150">Link</td>
<td><select name="Zahlung" class="select" id="Zahlung">
<option value="seite1.php">1</option>
<option value="seite2.php">2</option>
<option value="seite3.php">3</option>
</select></td>
</tr>
<tr>
<td width="150">&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td width="150">&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td><input type="Submit" value="Weiter">
&nbsp;</td>
</tr>
<tr>
<td width="150">&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
<p>&nbsp;</p>
</form></td>
</tr>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</body>
</html>




... wäre echt klasse wenn mir jemand helfen könnte... Danke schonmal...
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben