WCM Forum

WCM Forum (http://www.wcm.at/forum/index.php)
-   Programmierung (http://www.wcm.at/forum/forumdisplay.php?f=17)
-   -   HTML-Formular (http://www.wcm.at/forum/showthread.php?t=42113)

Woifi 07.01.2002 14:49

HTML-Formular
 
Hallo!

Ich möcht folgendes machen:

In einem HTML-Formular hab ich 4 Textfelder, deren Inhalt an eine E-Mail Adresse geschickt werden sollten.

Wie kann ich das realisieren? Brauch ich da Server-Applikationen? (schon, oder?)

Ciao

Woifi

SPep 07.01.2002 14:56

du kannst es auch ohne machen, nur halt kommt der text sehr unlesbar an...das müssten gehen in dem du im form tag das attribut action auf "mailto:emailadresse" setzt...

Woifi 07.01.2002 14:59

OK, thx!

Werd ich ausprobieren!

Ciao

Woifi

mqs 07.01.2002 15:20

Mit PHP kannst du das so realisieren:
<?
mail("mailname@mail.com","Betreff","
$textbox1
$textbox2
$textbox3
$textbox4
");
?>


Alle Zeitangaben in WEZ +2. Es ist jetzt 16:02 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© 2009 FSL Verlag