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"> </td>
<td> </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"> </td>
<td> </td>
</tr>
<tr>
<td width="150"> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><input type="Submit" value="Weiter">
</td>
</tr>
<tr>
<td width="150"> </td>
<td> </td>
</tr>
</table>
<p> </p>
</form></td>
</tr>
</table>
<p> </p>
<p> </p>
<p> </p>
</body>
</html>
... wäre echt klasse wenn mir jemand helfen könnte... Danke schonmal...
<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"> </td>
<td> </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"> </td>
<td> </td>
</tr>
<tr>
<td width="150"> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><input type="Submit" value="Weiter">
</td>
</tr>
<tr>
<td width="150"> </td>
<td> </td>
</tr>
</table>
<p> </p>
</form></td>
</tr>
</table>
<p> </p>
<p> </p>
<p> </p>
</body>
</html>
... wäre echt klasse wenn mir jemand helfen könnte... Danke schonmal...