phpbar.de logo

Mailinglisten-Archive

[php] ? auch wenn es JS betriff (mail)

[php] ? auch wenn es JS betriff (mail)

Simon Ruf php_(at)_phpcenter.de
Mon, 18 Jun 2001 17:52:03 +0200


Hallo!

Ich mail jetzt der Liste, weil ich seit ich dabei bin viel von irgendeinem
(ich check PHP nicht)
Mailbefehl gehört habe.
Da ich aber wie gesagt keine Ahnung von PHP habe, würde ich mein Mail -
Formular gerne über JS laufen lassen.
Also los:
Ich hab ein Formular form1,
dann ein paar variablen a,b,c    u.s.w. die die Formularfelder über
window.document.form1.eingabefeld1    u.s.w. ansprechen.
Jetzt möchte ich im Body über
window.document.form1.action="mailto:simonruf_(at)_gmx.de?body=Es
schrieb"+a+".....
erreichen dass beispielsweise der Name auftaucht und nicht a.

Danke
Hier steht mein Versuch:

<html>

<head>
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Formular</title>
<script language="JavaScript">
function abschicken()
{
 var a=window.document.mailform.eing1;
 var b=window.document.mailform.eing2;
 window.document.mailform.action="mailto:simonruf_(at)_gmx.de?subject=Es schrieb
"+eing1+" folgenden Text <br>"+eing2;
}
</script>
</head>

<body>

<form name="mailform" method="POST">
  <p>Name:<br>
  <input type="text" name="eing1" size="44" value="Name"></p>
  <p>&nbsp;</p>
  <p>Text:<br>
  <textarea rows="6" name="eing2" cols="37">Hallo</textarea></p>
  <p>&nbsp;</p>
  <p><input type="submit" value="Abschicken" name="B1"
onclick="abschicken()">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  <input type="reset" value="Zurücksetzen" name="B2"></p>
</form>

</body>

</html>




Nochmal Danke




php::bar PHP Wiki   -   Listenarchive