Ich bin gerade dabei, mir mit Video2Brain ein bisschen was bei zu bringen. Nach 7 Stunden Videotraining kam jetzt das dabei raus: http://www.dabomb.de - so weit, so gut!
Jetzt scheitere ich allerdings am Formular. Nach klick auf den Button "Senden" öffnet sich mein Mailprogramm. Ich würde aber gerne, wie eigentlich üblich, dass die Daten an meine E-Mail Adresse übertragen werden. Ich habe schon gelesen, dass man dieses Problem eventuell mit einem cgi oder php Script lösen kann. Nur davon hab ich ja nun gar keine Ahnung. Ich würde mich freuen, wenn mir jemand helfen könnte, damit das Projekt nicht daran scheitert.
Erklärungen bitte für Dummies - mein Wissen an Fachausdrücken ist sehr begrenzt.
LG
Michael
Hier noch der Code der Formularseite:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/maintemplate.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>DJ Maikel Shaw - Professionelles DJ Entertainment Hamburg</title>
<!-- InstanceEndEditable -->
<style type="text/css">
<!--
body,td,th {
font-family: Tahoma, Geneva, sans-serif;
font-size: 11px;
color: #333;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #FFF;
}
-->
</style>
<link href="main.css" rel="stylesheet" type="text/css" />
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
<style type="text/css">
<!--
a:link {
color: #FFF;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FFF;
}
a:hover {
text-decoration: underline;
color: #FFF;
}
a:active {
text-decoration: none;
color: #FFF;
}
-->
</style></head>
<body>
<div id="hauptcontainer">
<div id="containeroben">
<div id="logo"><img src="images/logo.jpg" alt="logo" width="750" height="71" border="0" usemap="#Map" />
<map name="Map" id="Map">
<area shape="rect" coords="626,13,647,35" href="http://www.facebook.com/maikelshaw" target="_blank" alt="Facebook Link" />
</map>
</div>
</div><div id="containerbildoben"><img src="images/obenimagestart.jpg" width="750" height="200" alt="platzh" /></div><div id="navi"><img src="images/navioben.jpg" alt="navioben" width="750" height="41" border="0" usemap="#Map2" />
<map name="Map2" id="Map2">
<area shape="rect" coords="4,11,51,27" href="http://www.dabomb.de/news.html" alt="news" />
<area shape="rect" coords="60,11,148,30" href="http://www.dabomb.de/maikel.html" alt="maikel" />
<area shape="rect" coords="162,10,240,29" href="http://www.dabomb.de/philosophy.html" alt="philosophie" />
<area shape="rect" coords="255,11,340,30" href="disco.html" alt="discografie" />
<area shape="rect" coords="358,11,401,28" href="http://www.dabomb.de/clubs.html" alt="clubs" />
<area shape="rect" coords="416,10,467,29" href="http://www.dabomb.de/dates.html" alt="dates" />
<area shape="rect" coords="484,10,572,31" href="mediafiles.html" alt="media files" />
<area shape="rect" coords="597,11,662,32" href="#" alt="bilder" />
<area shape="rect" coords="682,10,741,32" href="contact.html" alt="kontakt" />
</map>
</div>
<!-- InstanceBeginEditable name="content" -->
<div id="content">
<div id="imagecontent"><img src="images/Headphone-ohneFB.jpg" width="100" height="300" alt="maikel" /></div>
<div id="contenttext">
<h1>contact</h1>
<p class="ptext">Nachrichten oder Bookinganfragen?</p>
<form id="form1" name="form1" method="post" action="mailto:info@dabomb.de">
<p>
<label for="name">Name:</label>
<input type="text" name="name" id="name" tabindex="1" />
<label for="email">E-Mail:</label>
<input type="text" name="email" id="email" tabindex="2" />
</p>
<p>
<label for="message">Nachricht:</label>
<br />
<textarea name="message" id="message" cols="45" rows="5" tabindex="3"></textarea>
</p>
<p>
<input type="submit" name="Absenden" id="Absenden" value="Senden" tabindex="4" />
</p>
</form>
<p class="ptext"><br />
</p>
</div>
<div id="footer">© Elbe Events Hamburg 2012 / <a href="index.html">Startseite</a> - Links - Disclaimer - Impressum</div>
</div>
<!-- InstanceEndEditable --></div>
</body>
<!-- InstanceEnd --></html>