leosoph: formular abschicken

hallo,

folgendes funzt nicht :

<form name="Formular" action="mailto:leosoph@hotmail.com" method=post onSubmit="return chkFormular()">

wer weiß warum nicht ?

vielen dank im vorraus, gruß leosoph

  1. Hi,

    wer weiß warum nicht ?

    es ist ein mailto-Formular. Die haben noch nie funktioniert. Benutze einen serverseitigen Formmailer.

    Cheatah

    --
    X-Self-Code: sh:( fo:} ch:~ rl:° br:> n4:& ie:% mo:) va:) de:] zu:) fl:{ ss:) ls:~ js:|
    X-Self-Code-Url: http://emmanuel.dammerer.at/selfcode.html
    X-Will-Answer-Email: No
    X-Please-Search-Archive-First: Absolutely Yes
  2. Hallo

    <form name="Formular" action="mailto:leosoph@hotmail.com" method=post onSubmit="return chkFormular()">

    Lies mal bei Google über action="..." nach.

    Gute Seite zu Web-Formularen, in Englisch:
    http://www.cs.tut.fi/~jkorpela/forms/

    Gruss
    chlori

    1. Hallo

      Lies mal bei Google über action="..." nach.

      action="mailto:..." natürlich

      Gruss
      chlori

  3. gruss

    --
    no strict;
    no warnings;
    man google
  4. vielen dank euch beiden,
    alle klarheiten beseitigt,mein formular funzt
    gruß leosoph