<html><head>
<title>Formular</title>
</head>
<body>
<table border="0" bgcolor="yellow">
<tr>
<td><br>
<!------------------------------------------- Methode-------------------->
<form action="mailto:Bananajoe" method="post" enctype="text/plain">
<!------------------------------------------- Methode-------------------->
<!------------------------------1.Select-------------------->
Ich bin beschäftigt im Bereich:
</td>
<td><br>
<select name="Buchstabe">
<option>A
<option>B
<option>C
</select>
<!-----------------------------FILE-------------------->
<tr><td><br>
Wollen sie noch mehr sagen dann hängen sie doch eine datei mit an
</td>
<td><br>
<input type="file" name="datei">
</td></tr>
<!-----------------------------FILE-------------------->
<!-----------------------------SUBMIT-------------------->
<tr>
<td width="50%"><br>
<center>
<input type="submit" value="senden" size="5">
</center>
</td>
</tr>
<!-----------------------------SUBMIT-------------------->
</form>
</body>
</html>