suu: Formular-Erstellung

Beitrag lesen

Hi!
brauch dringend hilfe!!!!
Ich versuch ein einfaches formular zu erstellen,  weiß aber nicht wie ich es so programiere, dass, wenn die anmeldung erfolgreich verläuft, eine andere seite "Danke für deine Anmeldung" erscheint.
Danke

hier die taggs:

<html>

<head>
  <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
  <meta name="generator" content="Adobe GoLive">
  <title>Unbenannte Seite</title>
 </head>

<body bgcolor="#ffffff">
  <p>anmeldung<br></p>
<form method="POST"  action="/cgi-bin/fzh_post">
<div align="left">
<table border="0" height="83">
<tr>
<td align="right" height="25" valign="top"><font color="#CCCCCC">*</font> name:</td>
<td height="25" valign="top"><input type="text" name="name" size="20"></td>
</tr>
<tr>
<td align="right" height="13" valign="top">firma: </td>
<td height="13" valign="top"><input type="text" name="name" size="20"></td>
</tr>
<tr>
<td align="right" height="25" valign="top"><font color="#CCCCCC">*</font>mail:</td>
<td height="25" valign="top"><input type="text" name="email" size="20" ></td>
</tr>
<tr>
<td align="right" height="4" valign="top"><font color="#CCCCCC">*</font> personen:
</td>
<td height="4" valign="top"><input type="text" name="comments" size="7"></td>
</tr>
</table>
</div>
  <p><input type="submit" value="abschicken" name="submit"><input type="reset" value="zur&uuml;ck" name="reset"></b></p>
<input type="hidden" name="feedback" value="antworten">
</form>
 </body>

</html>