ERLEDIGT
NEIN
NEIN
ANTWORTEN
1
1
ZUGRIFFE
1976
1976
EMPFEHLEN
-
Nochmal guten morgen,
Ich habe eine Seite gemacht auf der zwei Radio Buttons sind darunter ein Submit button der dann die wahl zwischen den Radio Button per Email zu mir shcicken soll aber irgendwie macht er das nicht das ganze sieht so aus bei mir:
Code :1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Unbenanntes Dokument</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style> body{ SCROLLBAR-FACE-COLOR: #ff9900; SCROLLBAR-HIGHLIGHT-COLOR: #3a4d90; SCROLLBAR-SHADOW-COLOR: #3a4d90; SCROLLBAR-3DLIGHT-COLOR: #ff9900; SCROLLBAR-ARROW-COLOR: #3a4d90; SCROLLBAR-TRACK-COLOR: #ff9900; SCROLLBAR-DARKSHADOW-COLOR: #ff9900; } </style> <style type="text/css"> <!-- A:hover { color: #ffffff;text-decoration:underline} A:link { color: #ffffff;text-decoration: none} A:visited { color: #ffffff;text-decoration: none} --> </style> </head> <body bgcolor="ff9900"> <form name="form1" method="post" action=""> <p><font size="2" face="Arial, Helvetica, sans-serif"> <input type="radio" name="radiobutton" value="radiobutton"> Auswahl 1<br> <input type="radio" name="radiobutton" value="radiobutton"> Auswahl 2</font></p> <p> <input action="mailto:offenbach@padermeditech.de" enctype="text/plain" type="submit" name="Submit" value="Ab damit"> </p> </form> </body> </html>
Was is falsch?
-
das war falsch, jetzt is es an der richtigen stelle:
Code :1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Unbenanntes Dokument</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style> body{ SCROLLBAR-FACE-COLOR: #ff9900; SCROLLBAR-HIGHLIGHT-COLOR: #3a4d90; SCROLLBAR-SHADOW-COLOR: #3a4d90; SCROLLBAR-3DLIGHT-COLOR: #ff9900; SCROLLBAR-ARROW-COLOR: #3a4d90; SCROLLBAR-TRACK-COLOR: #ff9900; SCROLLBAR-DARKSHADOW-COLOR: #ff9900; } </style> <style type="text/css"> <!-- A:hover { color: #ffffff;text-decoration:underline} A:link { color: #ffffff;text-decoration: none} A:visited { color: #ffffff;text-decoration: none} --> </style> </head> <body bgcolor="ff9900"> <form name="form1" method="post" action="[b][COLOR=red]mailto:offenbach@padermeditech.de[/COLOR][/b]"> <p><font size="2" face="Arial, Helvetica, sans-serif"> <input type="radio" name="radiobutton" value="radiobutton"> Auswahl 1<br> <input type="radio" name="radiobutton" value="radiobutton"> Auswahl 2</font></p> <p> <input type="submit" name="Submit" value="Ab damit"> </p> </form> </body> </html>
Ähnliche Themen
-
Gibt es eine Möglichkeit backburn Statusinformationen per Email versenden zu lassen?
Von DerUnterjocher im Forum 3D Studio MaxAntworten: 3Letzter Beitrag: 01.10.10, 09:13 -
Eine andere Art Email-Form wie umsetzen?
Von billiboy im Forum PHPAntworten: 8Letzter Beitrag: 10.03.10, 03:15 -
Nach Formular eine eMail schicken (PHP)
Von discoguide24.de im Forum PHPAntworten: 16Letzter Beitrag: 06.01.09, 00:31 -
Formular an eine eMail-Adresse schicken, die im Cookie gespeichert ist
Von altox-de im Forum PHPAntworten: 4Letzter Beitrag: 03.09.06, 13:43 -
Werte einer Form über eine 2te Form in einer 3ten Form anzeigen
Von zioProduct im Forum .NET Windows FormsAntworten: 8Letzter Beitrag: 14.10.05, 08:56





Login





