S
shawn-man
Hallo zusammen,
ich habe hier mal ein kleines Projekt von einem Freund bekommen, welches ich leider nicht so lösen kann, da mein Wissen in diesem Bereich leider nicht allzu enorm sind.
Darum gehts:
Der jeweilige Benutzer hat ein kleines Formular, welches nach Ausfüllen und Drücken des "Erstellen" Buttons eine fertig erstellte Email (outlook 2002) öffnet.
Wie bekommt man es hin das die Textfelder, wie beispielsweise KDNAME und/oder KDNR auch in den
Body oder der Betreffzeile der eMail übertragen werden?
Hier mal das, was ich bekommen habe, bzw. das was bisher gemacht wurde:
Danke im voraus.
MfG
shawn-man
Es kann wohl nur in html/java/javascript umgesetzt werden, da die technischen Voraussetzungen für PHP oder Derartiges nicht gegeben sind.
Danke
shawn-man
ich habe hier mal ein kleines Projekt von einem Freund bekommen, welches ich leider nicht so lösen kann, da mein Wissen in diesem Bereich leider nicht allzu enorm sind.
Darum gehts:
Der jeweilige Benutzer hat ein kleines Formular, welches nach Ausfüllen und Drücken des "Erstellen" Buttons eine fertig erstellte Email (outlook 2002) öffnet.
Wie bekommt man es hin das die Textfelder, wie beispielsweise KDNAME und/oder KDNR auch in den
Body oder der Betreffzeile der eMail übertragen werden?
Hier mal das, was ich bekommen habe, bzw. das was bisher gemacht wurde:
Code:
<html>
<title>:ServiceTicket:</title>
<head>
</head>
<table border="1" width="400">
<tr>
<td>
<table border="0" bgcolor="87CEFA" width="390">
<tr>
<td>
<font face="verdana" size="3"><b>Ticketvorlage erstellen?</b></font>
<p>
<form name="doublecombo">
<select name="example" size="1" onChange="redirect(this.options.selectedIndex)">
<option>Bitte Bereich wählen</option>
<option>EINKAUF</option>
<option>VERKAUF</option>
</select>
<select name="stage2" size="1">
<option value="">Bitte Team wählen</option>
</select>
</p>
<p><font face="verdana" size="1">
Ticketnummer:<br><input name="TICKETNR" type="text" size="15" maxlength="8" /><br>
Kundenname:<br><input name="KDNAME" type="text" size="30" maxlength="75" /><br>
Kundennr:<br><input name="KDNR" type="text" size="20" maxlength="10" /><p>
</font>
<input type="button" name="test" value="Erstellen!" onClick="go()">
<form method="post">
<input type="button" value="Neu?"
onclick="window.location.reload()">
</form>
<font face="verdana" size="1">Beta-Version 1.0</font>
<script>
<!--
var subject="Ticket "
var subject2="[TICKETNR]"
var subject3=" [KDNR]"
var bcc="GEHTIMMERANDENTEAMLEITER@TESTPAGE.DE"
var body_start="%0DHallo*"
var body_inhalt1="%0D%0DKd.Name: [KDNAME] "
var body_inhalt2="%0D%0D%0D%0D%0D%0DTel. Kontakt möglich unter: [TELNR] "
var body_ende="%0D%0D----------------------------------------------------------%0DDanke und %0Dmit freundlichen Grüßen%0D%0D// Team Empfang //%0D// Tel.: ****-****** //%0D// Fax: ***-****** //"
var groups=document.doublecombo.example.options.length
var group=new Array(groups)
for (i=0; i<groups; i++)
group[i]=new Array()
group[0][0]=new Option("Bitte Team wählen","")
group[1][0]=new Option("","#")
group[1][1]=new Option("TEAM 1 E","mailto:TEAMEINKAUF1@TESTPAGE.de?SUBJECT="+subject+""+subject2+""+subject3+" &BCC="+bcc+"&body= "+body_start+""+body_inhalt1+""+body_inhalt2+""+body_ende+"")
group[1][2]=new Option("TEAM 2 E","mailto:TEAMEINKAUF2@TESTPAGE.de?SUBJECT="+subject+""+subject2+""+subject3+" &BCC="+bcc+"&body= "+body_start+""+body_inhalt1+""+body_inhalt2+""+body_ende+"")
group[1][3]=new Option("TEAM 3 E","mailto:TEAMEINKAUF3@TESTPAGE.de?SUBJECT="+subject+""+subject2+""+subject3+" &BCC="+bcc+"&body= "+body_start+""+body_inhalt1+""+body_inhalt2+""+body_ende+"")
group[1][4]=new Option("TEAM 4 E","mailto:TEAMEINKAUF4@TESTPAGE.de?SUBJECT="+subject+""+subject2+""+subject3+" &BCC="+bcc+"&body= "+body_start+""+body_inhalt1+""+body_inhalt2+""+body_ende+"")
group[1][5]=new Option("TEAM 5 E","mailto:TEAMEINKAUF5@TESTPAGE.de?SUBJECT="+subject+""+subject2+""+subject3+" &BCC="+bcc+"&body= "+body_start+""+body_inhalt1+""+body_inhalt2+""+body_ende+"")
group[2][0]=new Option("","#")
group[2][1]=new Option("TEAM 1 V","mailto:TEAMVERKAUF1@TESTPAGE.DE?SUBJECT="+subject+""+subject2+""+subject3+" &BCC="+bcc+"&body= "+body_start+""+body_inhalt1+""+body_inhalt2+""+body_ende+"")
group[2][2]=new Option("TEAM 2 V","mailto:TEAMVERKAUF2@TESTPAGE.DE?SUBJECT="+subject+""+subject2+""+subject3+" &BCC="+bcc+"&body= "+body_start+""+body_inhalt1+""+body_inhalt2+""+body_ende+"")
group[2][3]=new Option("TEAM 3 V","mailto:TEAMVERKAUF3@TESTPAGE.DE?SUBJECT="+subject+""+subject2+""+subject3+" &BCC="+bcc+"&body= "+body_start+""+body_inhalt1+""+body_inhalt2+""+body_ende+"")
group[2][4]=new Option("TEAM 4 V","mailto:TEAMVERKAUF4@TESTPAGE.DE?SUBJECT="+subject+""+subject2+""+subject3+" &BCC="+bcc+"&body= "+body_start+""+body_inhalt1+""+body_inhalt2+""+body_ende+"")
group[2][5]=new Option("TEAM 5 V","mailto:TEAMVERKAUF5@TESTPAGE.DE?SUBJECT="+subject+""+subject2+""+subject3+" &BCC="+bcc+"&body= "+body_start+""+body_inhalt1+""+body_inhalt2+""+body_ende+"")
group[2][6]=new Option("TEAM 6 V","mailto:TEAMVERKAUF6@TESTPAGE.DE?SUBJECT="+subject+""+subject2+""+subject3+" &BCC="+bcc+"&body= "+body_start+""+body_inhalt1+""+body_inhalt2+""+body_ende+"")
var temp=document.doublecombo.stage2
function redirect(x){
for (m=temp.options.length-1;m>0;m--)
temp.options[m]=null
for (i=0;i<group[x].length;i++){
temp.options[i]=new Option(group[x][i].text,group[x][i].value)
}
temp.options[0].selected=false
}
function go(){
location=temp.options[temp.selectedIndex].value
}
//-->
</script>
</td>
</tr>
</table>
</td>
</tr>
</table>
</html>
Danke im voraus.
MfG
shawn-man
Es kann wohl nur in html/java/javascript umgesetzt werden, da die technischen Voraussetzungen für PHP oder Derartiges nicht gegeben sind.
Danke
shawn-man