E-mail komponent
Hvorfor sender denne formular ikke en e-mail til min@email.dk?Og hvordan omgår jeg denne \"--WEBBOT-SELF--\">? Det bevirker kun, at formularen bliver vist på næste side, når brugeren har trykket på knappen \"Send e-mail\". Her ville jeg gerne have haft, at brugeren kom videre til tak.asp
Har det noget med at gøre, at siden skal gemmes som htm istedet for asp?
<form method=\"POST\" name=\"/cgi-sys/formmail.pl\" action=\"--WEBBOT-SELF--\">
<!--webbot bot=\"SaveResults\" S-Email-Format=\"TEXT/PRE\"
S-Email-Address=\"min@email.dk\" B-Email-Label-Fields=\"TRUE\" S-Builtin-Fields
U-Confirmation-Url=\"tak.asp\" -->
<p><span class=\"overskrift20\">Send en e-mail til<br>min@email.dk</span></p>
<table border=\"0\" cellpadding=\"4\" cellspacing=\"0\" class=\"tekst11\">
<tr>
<td valign=\"top\" align=\"left\">Navn:</td>
<td valign=\"top\" align=\"left\"><input type=\"text\" name=\"navn\" size=\"33\" style=\"background-color: #ffff99;\" onfocus=\"java script:navn.value=\'\'\" id=input value=\"Navn\">
*)</td>
</tr>
<tr>
<td valign=\"top\" align=\"left\">Adresse:</td>
<td valign=\"top\" align=\"left\"><input type=\"text\" name=\"adresse\" size=\"33\" style=\"background-color: #ffff99;\" onfocus=\"java script:adresse.value=\'\'\" id=input value=\"Adresse\">
*)</td>
</tr>
<tr>
<td valign=\"top\" align=\"left\">Sted:</td>
<td valign=\"top\" align=\"left\"><input type=\"text\" name=\"sted\" size=\"33\" style=\"background-color: #ffff99;\" onfocus=\"java script:sted.value=\'\'\" id=input value=\"Sted\"></td>
</tr>
<tr>
<td valign=\"top\" align=\"left\">Postnummer:</td>
<td valign=\"top\" align=\"left\"><input type=\"text\" name=\"postnr\" size=\"33\" style=\"background-color: #ffff99;\" onfocus=\"java script:postnr.value=\'\'\" id=input value=\"Postnummer\">
*)</td>
</tr>
<tr>
<td valign=\"top\" align=\"left\">By:</td>
<td valign=\"top\" align=\"left\"><input type=\"text\" name=\"city\" size=\"33\" style=\"background-color: #ffff99;\" onfocus=\"java script:city.value=\'\'\" id=input value=\"By\">
*)</td>
</tr>
<tr>
<td valign=\"top\" align=\"left\">E-mail adresse</td>
<td valign=\"top\" align=\"left\"><input type=\"text\" name=\"email\" size=\"33\" style=\"background-color: #ffff99;\" onfocus=\"java script:email.value=\'\'\" id=input value=\"E-mail adresse\">
*)</td>
</tr>
<tr>
<td valign=\"top\" align=\"left\">Emne</td>
<td valign=\"top\" align=\"left\"><input type=\"text\" name=\"emne\" size=\"33\" style=\"background-color: #ffff99;\" onfocus=\"java script:emne.value=\'\'\" id=input value=\"Emne\">
*)</td>
</tr>
<tr>
<td valign=\"top\" align=\"left\">Besked:</td>
<td valign=\"top\" align=\"left\"><textarea rows=\"14\" name=\"besked\" cols=\"37\" style=\"background-color: #ffff99;\" onfocus=\"java script:besked.value=\'\'\" id=input>Indtast din besked her</textarea></td>
</tr>
<tr>
<td valign=\"top\" align=\"left\"></td>
<td valign=\"top\" align=\"left\">
<p>*) Skal udfyldes!</p>
<p><input type=\"submit\" value=\"Send e-mail\" name=\"send_email\" id=input>
<input type=\"reset\" value=\"Nulstil\" name=\"nulstil\" id=input></p>
</td>
</tr>
</table>
</form>
