Germaniac: Senden eines Form-Inhalts?

Beitrag lesen

Also, ich bin ein newb, sag ich gleich, mein Problem:
Für eine Schulhp brauch ich für die Kontakt-Seite ne Form
in der man seine meinung etc posten kann, name und co, dann auf
submit drückt und das ding schwirrt per email ab...
nur, dat geht nich! *g*

und nun zur allgemeinen belustigung der Quelltext:

<form  name=form10 action="mailto:email@anbieter.de" method=post enctype="text/plain">
    <table class=txt_content cellspacing=3 cellpadding=2
                  width="100%" border=0>
      <tbody>
        <tr bgcolor=#e8e8e8>
          <td valign=top width="26%"><b>Name:</b></td>
          <td width="74%"><input
                        style="BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #000000; WIDTH: 100%; BORDER-TOP-COLOR: #000000; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #000000"
                        name=f53></td>
        </tr>
        <tr bgcolor=#e8e8e8>
          <td valign=top width="26%"><b>Vorname:</b></td>
          <td width="74%"><input
                        style="BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #000000; WIDTH: 100%; BORDER-TOP-COLOR: #000000; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #000000"
                        name=f54></td>
        </tr>
        <tr bgcolor=#e8e8e8>
          <td valign=top width="26%"><b>E-Mail:</b></td>
          <td width="74%"><input
                        style="BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #000000; WIDTH: 100%; BORDER-TOP-COLOR: #000000; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #000000"
                        name=f55></td>
        </tr>
        <tr bgcolor=#e8e8e8>
          <td valign=top width="26%"><b>Telefonnummer:</b></td>
          <td width="74%"><input
                        style="BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #000000; WIDTH: 100%; BORDER-TOP-COLOR: #000000; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #000000"
                        name=f56></td>
        </tr>
        <tr bgcolor=#e8e8e8>
          <td valign=top width="26%"><b>Betreff:</b></td>
          <td width="74%"><input
                        style="BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #000000; WIDTH: 100%; BORDER-TOP-COLOR: #000000; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #000000"
                        name=f57></td>
        </tr>
        <tr bgcolor=#e8e8e8>
          <td valign=top width="26%"><b>Nachricht:</b></td>
          <td width="74%"><textarea style="BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #000000; WIDTH: 100%; BORDER-TOP-COLOR: #000000; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #000000" name=f58 rows=5></textarea>
              <br></td>
        </tr>
        <tr bgcolor=#e8e8e8>
          <td width="26%" height=34>&nbsp;
              <input type=hidden
                        value=10 name=form></td>
          <td align=right width="74%" bgcolor=#e8e8e8 height=34><input name="button" type=button style="BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-COLOR: #000000; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #000000" onClick=check_fields(); value=" Submit "></td>
        </tr>
      </tbody>
    </table>
  </form>