D
deaf1kuno
Guest
Ich bin tuab und Habe REchtschreibschwäche.
Ich habe Problem mit Formular. Die Homepage muss morgen fertig, da meine Frau die Firma gründet und ab Montag veröffentlicht
Ich bin sehr verzweifelt, weil die Formular funktioniert nicht.
Mit der Hilfer von Dreamweaver CS5 habe ich die Formular aufgebaut.
Problem ist :
Button "Löschen" funktionert nicht
Javascript z.B. "Vorname fehlt" funktioniert nicht.
Siehe meine liste von dreamweaver:
Fehler gefunden?
Ich habe Problem mit Formular. Die Homepage muss morgen fertig, da meine Frau die Firma gründet und ab Montag veröffentlicht
Ich bin sehr verzweifelt, weil die Formular funktioniert nicht.
Mit der Hilfer von Dreamweaver CS5 habe ich die Formular aufgebaut.
Problem ist :
Button "Löschen" funktionert nicht
Javascript z.B. "Vorname fehlt" funktioniert nicht.
Siehe meine liste von dreamweaver:
Code:
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>GEPETE Anmeldung</title>
<link href="CSS/style.css" rel="stylesheet" type="text/css" media="screen"/>
<link rel="shortcut icon" href="Bilder/favicon.ico" />
<link rel="icon" href="Bilder/favicon_ani.gif" type="image/gif" />
<style type="text/css"></style>
<script type="text/javascript">
function chkFormular () {
if (document.Formular.form1.value == "") {
alert("Bitte Ihren Vorname eingeben!");
document.Formular.User.focus();
return false;
}
if (document.Formular.form2.value == "") {
alert("Bitte Ihren Name eingeben!");
document.Formular.Ort.focus();
return false;
}
if (document.Formular.form6.value == "") {
alert("Bitte Ihre E-Mail-Adresse eingeben!");
document.Formular.Mail.focus();
return false;
}
if (document.Formular.form6.value.indexOf("@") == -1) {
alert("Keine E-Mail-Adresse!");
document.Formular.Mail.focus();
return false;
}
if (document.Formular.form15.value == "") {
alert("AGB akzeptieren?");
document.Formular.Mail.focus();
return false;
}
</script>
</head>
<body>
<div id="headerlogo"></div>
<div id="header"> </div>
<div id="header-navi"><a href="startseite.html">Startseite</a> <a href="ubermich.html">Über mich</a> <a href="news.html">News</a> <a href="kursangebot.html">Kursangebot</a> <a href="galerie.html">Galerie</a> <a href="kontakt.html">Kontakt</a> <a href="links.html">Links</a> <a href="impressium.html">Impressum</a></div>
</div>
<div class="blaueText" id="Kontakt-Arena">
<h2 class="blaueText">Verbindliche Anmeldung</h2>
<p> </p>
<p> </p>
<form action="https://www.dw-formmailer.de/cgi-bin/dwmailer/dwmailer.pl" method="post" enctype="multipart/form-data">
<form action="" method="post" name="form14" id="form14">
<label for="auswählen" class="formtext">Welche Kurs</label>
<select name="auswählen" class="formimput" id="auswählen" tabindex="A1">
<option value="bitte auswählen">Bitte auswählen</option>
<option value="Schnupper">Schnupperkurse</option>
<option value="dgs1.1">DGS 1.1. (11.01.-22.03.2011) Euskirchen</option>
<option value="dgs1.2">DGS 1.2. (31.03.-30.06.2011) Euskirchen</option>
<option value="dgs2.B">DGS 2.B. (12.01.- 2.03.2011) Bonn</option>
<option value="dgs2.1">DGS 2.1. (11.01.-22.03.2011) Euskirchen</option>
<option value="dgs2.2">DGS 2.2. (29.03.-14.06.2011) Euskirchen</option>
<option value="dgs3.1">DGS 3.1. (13.01.-24.03.2011) Euskirchen</option>
<option value="dgs3.2">DGS 3.2. (29.03.-14.06.2011) Euskirchen</option>
<option value="dgs3.B">DGS 3.B. (12.01.-02.03.2011) Bonn</option>
<option value="dgs4.1">DGS 4.1. (13.01.-24.03.2011) Euskirchen</option>
<option value="dgs4.2">DGS 4.2. (31.03.-30.06.2011) Euskirchen</option>
<option value="WK1EU"> DGS 1 Wochenendekurs Euskirchen</option>
<option value="WK2EU"> DGS 2 Wochenendekurs Euskirchen</option>
<option value="WK1BN"> DGS 1 Wochenendekurs Bonn</option>
<option value="WK2BN"> DGS 2 Wochenendekurs Bonn</option>
</select>
</form>
<p> </p>
<form id="form1" name="form1" method="post" action="">
<label for="Vorname2" class="formtext">Vorname: *</label>
<input name="Vorname" type="text" class="formimput" id="Vorname2" tabindex="1" />
</form>
<p> </p>
<form id="form2" name="form2" method="post" action="">
<label for="Name" class="formtext">Name: * </label>
<input name="Name" type="text" class="formimput" id="Name" />
</form>
<p> </p>
<form id="form3" name="form3" method="post" action="">
<label for="telefon" class="formtext">Telefon:</label>
<input name="telefon" type="text" class="formimput" id="telefon" tabindex="3" />
</form>
<p> </p>
<form id="form4" name="form4" method="post" action="">
<label for="mobil" class="formtext">Mobil:</label>
<input name="mobil" type="text" class="formimput" id="mobil" tabindex="4" />
</form>
<p> </p>
<form id="form5" name="form5" method="post" action="">
<label for="telefax" class="formtext">Telefax:</label>
<input name="telefax" type="text" class="formimput" id="telefax" tabindex="5" />
</form>
<p> </p>
<form id="form6" name="form6" method="post" action="">
<label for="email" class="formtext">E-Mail-Adresse: *</label>
<input name="email" type="text" class="formimput" id="email" tabindex="6" />
</form>
<p> </p>
<form id="form7" name="form7" method="post" action="">
<label for="firma" class="formtext">Firma: </label>
<input name="firma" type="text" class="formimput" id="firma" tabindex="7" />
</form>
<p> </p>
<form id="form8" name="form8" method="post" action="">
<label for="straße" class="formtext">Straße:</label>
<input name="straße" type="text" class="formimput" id="straße" tabindex="8" />
</form>
<p> </p>
<form id="form9" name="form9" method="post" action="">
<label for="plz" class="formtext">Postleitzahl:</label>
<input name="plz" type="text" class="formimput" id="plz" tabindex="10" />
</form>
<p> </p>
<form id="form10" name="form10" method="post" action="">
<label for="stadt" class="formtext">Stadt:</label>
<input name="stadt" type="text" class="formimput" id="stadt" tabindex="11" />
</form>
<p> </p>
<form id="form11" name="form11" method="post" action="">
<label for="textarena" class="formtext">Nachricht:</label>
<textarea name="textarena" cols="45" rows="10" class="textarearahmen" id="textarena" tabindex="12"></textarea>
</form>
<p> </p>
<form id="form15" name="form15" method="post" action="">
<input type="radio" name="radio" id="AGB" value="AGB" tabindex="25" />
<label for="AGB"><span class="schwarzText">Ich habe die <a href="agb.html">AGB</a></span> <span class="schwarzText">gelesen und habe damit einverstanden.</span></label>
</form>
<p> </p>
<p> </p>
<form id="form12" name="form12" method="post" action="">
<input name="send" type="submit" id="send" tabindex="13" value="senden" />
</form>
<form id="form13" name="form13" method="post" action="">
<p>
<input type="reset" name="löschen" id="löschen" value="löschen" tabindex="14" />
</p>
<p> </p>
</form>
</form>
<p> </p>
</div>
</body>
</html>
Fehler gefunden?
Zuletzt bearbeitet von einem Moderator: