Hallo erstmal zusammen,
frisch angemeldet und schon die erste (für mich echt peinliche) Frage...
Ein Freund hat mir script zugesendet, was er gerne einbinden möchte. Allerdings hat er keine Ahnung, wie. Soweit ich sehen kann funktioniert das auch, aber ich weiß nicht wo man hier die Email Adresse für den Empfänger einsetzt...
Also geht das script irgendwo ins Nirvana. Ich überseh wohl einfach was, und hoffe ihr könnt mir helfen
hier das Script:
Würde mich über eine Antwort sehr freuen.
Viele Grüße
Drill
frisch angemeldet und schon die erste (für mich echt peinliche) Frage...
Ein Freund hat mir script zugesendet, was er gerne einbinden möchte. Allerdings hat er keine Ahnung, wie. Soweit ich sehen kann funktioniert das auch, aber ich weiß nicht wo man hier die Email Adresse für den Empfänger einsetzt...
Also geht das script irgendwo ins Nirvana. Ich überseh wohl einfach was, und hoffe ihr könnt mir helfen
hier das Script:
Code:
</td>
</tr>
</table>
<form method="post" enctype="multipart/form-data">
<input type="hidden" name="w" value="send">
<table border="0px" cellspacing="0px" cellpadding="3px" class="rahmen">
<tr>
<td height="8px">
</td>
</tr>
<tr>
<td colspan="3" height="35px" valign="top">
<b>Angaben zu Ihrem Gebrauchtfahrzeug:</b>
</td>
</tr>
<tr>
<td width="200px" height="23"> <b>Marke:</b></td>
<td colspan="2" height="23">
<select name="marke" size=1 class="pull">
<option value="">.... Bitte Auswählen ....</option>
<option value="Alfa-Romeo">Alfa-Romeo</option>
<option value="Audi">Audi</option>
<option value="BMW">BMW</option>
<option value="Chrysler">Chrysler</option>
<option value="Citroen">Citroen</option>
<option value="Daewoo">Daewoo</option>
<option value="Ferrari">Ferrari</option>
<option value="Fiat">Fiat</option>
<option value="Ford">Ford</option>
<option value="Honda">Honda</option>
<option value="Hyundai">Hyundai</option>
<option value="Jaguar">Jaguar</option>
<option value="Jeep">Jeep</option>
<option value="Kia">Kia</option>
<option value="Lada">Lada</option>
<option value="Lancia">Lancia</option>
<option value="Maserati">Maserati</option>
<option value="Mazda">Mazda</option>
<option value="MCC">MCC</option>
<option value="Mercedes-Benz">Mercedes-Benz</option>
<option value="MG">MG</option>
<option value="Mini">Mini</option>
<option value="Mitsubishi">Mitsubishi</option>
<option value="Nissan">Nissan</option>
<option value="Opel">Opel</option>
<option value="Peugeot">Peugeot</option>
<option value="Porsche">Porsche</option>
<option value="Renault">Renault</option>
<option value="Rover">Rover</option>
<option value="Saab">Saab</option>
<option value="Seat">Seat</option>
<option value="Skoda">Skoda</option>
<option value="Smart">Smart</option>
<option value="Suzuki">Suzuki</option>
<option value="Toyota">Toyota</option>
<option value="Volvo">Volvo</option>
<option value="VW">VW</option>
</select>
</td>
</tr>
<tr>
<td width="200px" height="23"> <b>Typ und Ausführung:</b></td>
<td colspan="2" height="23"><input type="text" name="Typ" size="26" class=eingabe></td>
</tr>
<tr onmouseover="show('Hinweis1');" onmouseout="hide('Hinweis1');">
<td valign="top"> <b>Schlüsselnummer zu zwei:</td>
<td colspan=2><input type="text" name="schnr2" size="26" class=eingabe></td>
</tr>
<tr onmouseover="show('Hinweis1');" onmouseout="hide('Hinweis1');">
<td valign="top"> <b>Schlüsselnummer zu drei:
<td colspan=2><input type="text" name="schnr3" size="26" class="eingabe"></td>
</tr>
<tr>
<td width="200px" height="23"> <b>Erstzulassung:</b></td>
<td colspan="2" height="23">
<select name="Monat" size=1 class=pullM>
<option value="">Monat </option>
<option>1</option><option>2</option>
<option>3</option><option>4</option>
<option>5</option><option>6</option>
<option>7</option><option>8</option>
<option>9</option><option>10</option>
<option>11</option><option>12</option>
</select>
<select name="JAHR" size=1 class=pullY>
<option value="">Jahr </option>
<option>1990</option><option>1991</option>
<option>1992</option><option>1993</option>
<option>1994</option><option>1995</option>
<option>1996</option><option>1997</option>
<option>1998</option><option>1999</option>
<option>2000</option><option>2001</option>
<option>2002</option><option>2003</option>
<option>2004</option><option>2005</option>
</select>
</td>
</tr>
<tr>
<td width="200px" height="23"> <b>TÜV bis:</b></td>
<td colspan="2" height="23" colspan="2">
<select name="Monattuev" size=1 class=pullM>
<option value="">Monat </option>
<option>1</option><option>2</option>
<option>3</option><option>4</option>
<option>5</option><option>6</option>
<option>7</option><option>8</option>
<option>9</option><option>10</option>
<option>11</option><option>12</option>
</select>
<select name="JAHRtuev" size="1" class=pullY>
<option value="">Jahr </option>
<option>2006</option><option>2007</option>
<option>2008</option><option>2009</option>
</select>
</td>
</tr>
<tr>
<td width="200px" height="23"> <b>AU bis:</b></td>
<td colspan="2" height="23" colspan="2">
<select name="Monatau" size="1" class=pullM>
<option value="">Monat </option>
<option>1</option><option>2</option>
<option>3</option><option>4</option>
<option>5</option><option>6</option>
<option>7</option><option>8</option>
<option>9</option><option>10</option>
<option>11</option><option>12</option>
</select>
<select name="JAHRau" size="1" class=pullY>
<option value="">Jahr </option>
<option>2006</option><option>2007</option>
<option>2008</option><option>2009</option>
</select>
</td>
</tr>
<tr>
<td width="200px" height="23px"> <b>Anzahl Türen:</b></td>
<td colspan="2" height="19px">
<input type="radio" value="2/3" name="Tueren">2/3
<input type="radio" name="Tueren" value="4/5">4/5
</td>
</tr>
<tr>
<td width="200px" height="31" valign="top"> <b>Farbe:</b>
<br><br> <b>oder andere Farbe:</b>
</td>
<td height="31px" valign="top" colspan="2">
<select name="Farbe1" class="pull">
<option value="">Bitte auswählen</option>
<option>Beige</option>
<option>Blau</option>
<option>Braun</option>
<option>Bronze</option>
<option>Dunkel Rot</option>
<option>Gelb</option>
<option>Gold</option>
<option>Grau</option>
<option>Grün</option>
<option>Hellblau</option>
<option>Hellgrau</option>
<option>Hellgrün</option>
<option>Orange</option>
<option>Rot</option>
<option>Schwarz</option>
<option>Silber</option>
<option>Violett</option>
<option>Weiß</option>
<option>andere (unten eintragen)</option>
</select>
<br><input type="text" name="Farbe2" size="18" class=eingabe>
</td>
</tr>
<tr>
<td valign="top" width="200px"> <b>Bitte fügen Sie hier</b></td>
<td colspan="2"><input type="hidden" name="MAX_FILE_SIZE" value="500000" size="10">
<input name="foto" type="file" accept="text/*" size=20 value=""></td>
</tr>
<tr>
<td valign="top" width="200px"> <b>einige Fotos hinzu.</b></td>
<td colspan="2"><input type="hidden" name="MAX_FILE_SIZE" value="500000" size="10">
<input name="fotob" type="file" accept="text/*" size=20 value=""></td>
</tr>
<tr>
<td valign="top" width="200px"> </td>
<td colspan="2"><input type="hidden" name="MAX_FILE_SIZE" value="500000" size="10">
<input name="fotoc" type="file" accept="text/*" size=20 value=""><br> (auch zip möglich)</td>
</tr>
</table>
<br><br>
<table border="0px" cellspacing="0px" cellpadding="3px" class="rahmen">
<tr>
<td width="25%" height="19"> <b>Extras:</b></td>
<td colspan="2" height="19"> </td>
</tr>
<tr>
<td valign="top" width="33%"> <input type="checkbox" name="ABS" value="ja">ABS
<br> <input type="checkbox" name="AIRBAG" value="ja">Airbag
<br> <input type="checkbox" name="ALARM" value="ja">Alarmanlage
<br> <input type="checkbox" name="ALLRAD" value="ja">Allrad
<br> <input type="checkbox" name="ALU" value="ja">Alufelgen
<br> <input type="checkbox" name="AHK" value="ja">Anhängerkupplung
<br> <input type="checkbox" name="Behindertengerecht" value="ja">Behindertengerecht
<br> <input type="checkbox" name="BeifahrerAirbag" value="ja">Beifahrer-Airbag
<br> <input type="checkbox" name="CD" value="ja">CD
<br> <input type="checkbox" name="Dachträger" value="ja">Dachträger
<br> <input type="checkbox" name="ESP" value="ja">ESP
</td>
<td valign="top">
<input type="checkbox" name="elektrischeSitze" value="ja">Elektrische Sitze<br>
<input type="checkbox" name="elektrischespiegel" value="ja">Elektrischer Spiegel<br>
<input type="checkbox" name="Kat" value="ja">Katalysator<br>
<input type="checkbox" name="Klima" value="ja">Klima<br>
<input type="checkbox" name="Klimaautomatik" value="ja">Klimaautomatik<br>
<input type="checkbox" name="Leder" value="ja">Lederausstattung<br>
<input type="checkbox" name="Navigation" value="ja">Navigationssystem<br>
<input type="checkbox" name="Nebelscheinwerfer" value="ja">Nebelscheinwerfer<br>
<input type="checkbox" name="Radio" value="ja">Radio/Cassette<br>
<input type="checkbox" name="Schiebdach" value="ja">Schiebedach<br>
<input type="checkbox" name="EFH" value="ja">Elektr. Fensterheber
</td>
<td valign="top" align="left">
<input type="checkbox" name="Seitenairbag" value="ja">Seitenairbags<br>
<input type="checkbox" name="SV" value="ja">Servolenkung<br>
<input type="checkbox" name="Sitzheizung" value="ja">Sitzheizung<br>
<input type="checkbox" name="Sport" value="ja">Sportausstattung<br>
<input type="checkbox" name="teilbRücksitze" value="ja">teilb. Rücksitzbank<br>
<input type="checkbox" name="Tempomat" value="ja">Tempomat<br>
<input type="checkbox" name="Traktionskontrolle" value="ja">Traktionskontrolle<br>
<input type="checkbox" name="Tuning" value="ja">Tuning<br>
<input type="checkbox" name="Wegfahrsperre" value="ja">Wegfahrsperre<br>
<input type="checkbox" name="Winterreifen" value="ja">Winterreifen<br>
<input type="checkbox" name="ZV" value="ja">Zentralverriegelung
</td>
</tr>
</table>
<br><br>
<table border="0px" cellspacing="0px" cellpadding="3px" class="rahmen">
<tr>
<td height="8px">
</td>
</tr>
<tr>
<td width="182px" height="60px" valign="top">
<b>Sonstiges Sonderzubehör:</b></td>
<td colspan="3" height="60px"><textarea rows="4" name="Sonderzb" cols="40"></textarea>
</td>
</tr>
<tr>
<td width="180px" height="20px"> <b>Getriebe:</b></td>
<td colspan="3" height="20px">
<select name="getriebeart" class=pull>
<option value="">bitte auswählen</option>
<option value="Automatik">Automatik</option>
<option value="Schaltung">Handschaltung</option>
<option value="Tiptronic">Tiptronic</option>
</select>
</td>
</tr>
<tr>
<td width="180px" height="20px"> <b>Kraftstoff:</b></td>
<td colspan="3" height="20px">
<select name="Kraftstoff" class=pull>
<option value="">Bitte Auswählen</option>
<option value="Benzin">Benzin</option>
<option value="Diesel">Diesel</option>
<option value="gas">Gas</option>
<option value="Autogas">Autogas</option>
<option value="Erdgas">Erdgas</option>
<option value="Elektro">Elektro</option>
<option value="Hybrid">Hybrid</option>
<option value="Wasserstoff">Wasserstoff</option>
</select>
</td>
</tr>
<tr>
<td width="180px" height="20px"> <b>Leistung KW/PS:</b></td>
<td colspan="3" height="20px"><input type="text" name="Leistung" size="9" class=eingabeklein>
</td>
</tr>
<tr onmouseover="show('Hinweis2');" onmouseout="hide('Hinweis2');">
<td width="180px" height="20px"> <b>Kilometerstand aktuell:</b></td>
<td height="20px"><input type="text" name="Kilometerstandaktuell" size="7" class="eingabeklein"></td>
<td height="20px"><b>bei der Übergabe:</b></td>
<td height="20px"><input type="text" name="Kilometerstanduebergabe" size="7" class="eingabeklein"></td>
</tr>
<tr>
<td width="180px" height="20px"> <b>Unfallschaden:</b></td>
<td colspan="3" height="20px"><input type="radio" value="Ja" name="Unfallschaden">Ja <input type="radio" name="Unfallschaden" value="nein">Nein</td>
</tr>
<tr>
<td width="180px" height="60px" valign="top"> <b>Art der Schäden:</b></td>
<td colspan="3" height="60"><textarea rows="4" name="schaden" cols="40"></textarea></td>
</tr>
<tr>
<td width="180px" height="20px" valign="top"> <b>Preisvorstellung:</b></td>
<td colspan="3" height="20px"><input type="text" name="Preis" size="11" class=eingabe> € <input type="checkbox" name="mwst" value="ja"> MwSt. ausweisbar
</td>
</tr>
<tr>
<td height="8px">
</td>
</tr>
</table>
<br><br>
<table border="0px" cellspacing="0px" cellpadding="3px" class="rahmen">
<tr>
<td height="8px">
</td>
</tr>
<tr>
<td width="100px" height="20px"> <b>Anrede</a></td>
<td colspan="3">
<select name="anrede" class="anrede">
<option value="Fa.">Firma</option>
<option value="Herr">Herr</option>
<option value="Frau">Frau</option>
</select>
</td>
</tr>
<tr>
<td width="100px" height="20px"> <b>Vorname:</b></td>
<td colspan="3">
<table border="0px" cellpadding="0px" cellspacing="0px">
<tr>
<td><input type="text" name="vname" size="20" maxlength="50" class="eingabe"></td>
<td width="78px" valign="middle" align="right"><b>Name:</b> </td>
<td><input type="text" name="name" size="20" maxlength="50" class="eingabename"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100px" height="20px"> <b>Straße:</b></td>
<td colspan="3" height="20px"><input type="text" name="strasse" size="20" maxlength="80" class="eingabe2"</td>
</tr>
<tr>
<td width="100px" height="20px"> <b>PLZ/Ort:</td>
<td colspan="3"><table border="0px" cellpadding="0px" cellspacing="0px"><tr><td height="20px"><input type="text" class="eingabeplz" name="plz" size="7" maxlength="5" value=""></td>
<td width="2px"></td><td height="20px"> <input type="text" class="eingabeort" name="ort" size="8" maxlength="50" value=""></td></tr></table></td>
</tr>
<tr>
<td width="100px"height="20px"> <b>Telefon:</b></td>
<td colspan="3" height="20px"><input type="text" name="telefon" size="25" class="eingabe2"</td>
</tr>
<tr>
<td width="100px" height="20px"> <b>E-Mail:</b></td>
<td colspan="3" height="20px"><input type="text" name="email" size="25" class="eingabe2"</td>
</tr>
<tr>
<td height="20px">
</td>
</tr>
</table>
<div id="Hinweis1" style="position:absolute; top:320px; right:250px; width:240px; z-index:2; visibility:hidden;" onmouseover="show('Hinweis1');" onmouseout="hide('Hinweis1');">
<table style="border:1px black solid;background-color:#DD173A;">
<tr>
<td align="center"><font color="#ffffff">
Die Schlüssel Nr. finden Sie auf Ihrem Fahrzeugschein.<br>
<b>Achtung! Bei falscher Nr.- Angabe ist eine Bearbeitung <u>nicht</u> möglich</b>
</td>
</tr>
</table>
</div>
<div id="Hinweis2" style="position:absolute; top:320px; right:250px; width:320px; z-index:1; visibility:hidden;" onmouseover="show('Hinweis2');" onmouseout="hide('Hinweis2');">
<table style="border:1px black solid;background-color:#DD173A;">
<tr>
<td align="center"><font color="#ffffff">
Voraussichtlicher Kilometerstand bei der Übergabe?
</td>
</tr>
</table>
</div>
<p align="center"><input type="submit" name="button" value="Abschicken" class="button">
</form>
</td>
</tr>
</table>
Würde mich über eine Antwort sehr freuen.
Viele Grüße
Drill