hallo zusammen,
noob braucht mal wieder hilfe.
ich hab hier ein formular:
##Start##______________________________________________________________
<html>
<head>
<meta http-equiv="Content-Language" content="de">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Generieren</title>
</head>
<body>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="500" id="AutoNumber1" height="143">
<tr>
<td width="50%" height="23"><b>team auswahl</b></td>
<td width="50%" height="23">
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" u-file="C:\Dokumente und Einstellungen\enne\Desktop\_private\form_results.csv" s-format="TEXT/CSV" s-label-fields="TRUE" --><p align="center">
<select size="1" name="team_auswahl">
<option>team1@team.de</option>
<option>team2@team.de</option>
<option>team3@team.de</option>
</select></p>
</form>
</td>
</tr>
<tr>
<td width="50%" height="19"><b>kdn. nummer:</b></td>
<td width="50%" height="19">
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" u-file="C:\Dokumente und Einstellungen\enne\Desktop\_private\form_results.csv" s-format="TEXT/CSV" s-label-fields="TRUE" --><p align="center">
<!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="10" i-maximum-length="10" --><input type="text" name="kdn_nummer" size="20" maxlength="10"></p>
</form>
</td>
</tr>
<tr>
<td width="50%" height="19"><b>ruf nummer:</b></td>
<td width="50%" height="19">
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" u-file="C:\Dokumente und Einstellungen\enne\Desktop\_private\form_results.csv" s-format="TEXT/CSV" s-label-fields="TRUE" --><p align="center">
<input type="text" name="ruf_nummer" size="20"></p>
</form>
</td>
</tr>
<tr>
<td width="50%" height="19"><b>ticket nummer:</b></td>
<td width="50%" height="19">
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="fpweb:///_private/form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" --><p align="center">
<input type="text" name="ticket_nummer" size="20"></p>
</form>
</td>
</tr>
<tr>
<td width="50%" height="19"><b>anliegen1:</b></td>
<td width="50%" height="19">
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" u-file="C:\Dokumente und Einstellungen\enne\Desktop\_private\form_results.csv" s-format="TEXT/CSV" s-label-fields="TRUE" --><p align="center">
<select size="1" name="anliegen1">
<option>Kd. erfragt Bearbeitungsstatus Bestellung</option>
<option>Kd. erfragt Bestellbestätigung</option>
<option>Kd. erfragt Lieferdatum</option>
</select></p>
</form>
</td>
</tr>
<tr>
<td width="50%" height="19"><b>anliegen2 <font size="1">(zusatz manuell)</font>:</b></td>
<td width="50%" height="19">
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" u-file="C:\Dokumente und Einstellungen\enne\Desktop\_private\form_results.csv" s-format="TEXT/CSV" s-label-fields="TRUE" --><p align="center">
<textarea rows="8" name="anliegen2" cols="31"></textarea></p>
</form>
</td>
</tr>
<tr>
<td width="50%" height="19"> </td>
<td width="50%" height="19"> </td>
</tr>
</table>
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" u-file="C:\Dokumente und Einstellungen\enne\Desktop\_private\form_results.csv" s-format="TEXT/CSV" s-label-fields="TRUE" --><p>
<input type="submit" value="Email generieren" name="B1"><input type="reset" value="Zurücksetzen" name="B2"></p>
</form>
</body>
</html>
##Ende##______________________________________________________________
nach ausfüllen des formulars und drücken des "email generieren" button,
soll sich automatisch eine email öffnen (outlook) in dem entsprechend
alle daten aus dem formuar übernommen wurden.
man(n) nur noch die daten selbständig nachkontrolliert und einfach auf
senden drückt.
hier mal ein kleines bild, wie es in etwa aussehen soll:
http://moeb82.mo.funpic.de/test/test_mail_generator.JPG
über jede hilfe wäre ich verdammt dankbar.
mfg
moeb