Closed
Bug 92396
Opened 24 years ago
Closed 24 years ago
mozilla have problem with form which send via e-mail
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: knutjbj, Assigned: rods)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010712
BuildID: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010712
Mozilla does not send form via e-mail. It works in Netscape 4.77
Reproducible: Always
Steps to Reproduce:
1.try this form in html code
2.
3.
Actual Results: mozilla opens composer
Expected Results: mozila should send this form via mail. At leat Netscape 4.77
does it.
<html>
<head></head>
<body>
<form METHOD=POST ACTION="mailto:your@mailadresse" enctype="text/plain"><b>What
is Your Name?</b>
<br><input name="from-name" TYPE=text SIZE="30" MAXLENGTH="30">
<p><b>Please enter your E-Mail Address</b>
<br><input name="from-email" TYPE=text SIZE="30" MAXLENGTH="30"> r
<p>IS mozilla great?
<br><input TYPE="radio" NAME="1" VALUE="Yes">yes
<br><input TYPE="radio" NAME="1" VALUE="No">no
<p>Do you use linux
<br><input TYPE="radio" NAME="2" VALUE="Yes">yes
<br><input TYPE="radio" NAME="2" VALUE="No">no
<p><!--Be sure to use a FULL URL in your "NEXT-URL" tag!--> <input type="hidden"
name="next-url"
value="http://www.mozilla.org"><input TYPE="submit" VALUE="OK"><input
TYPE="reset" VALUE="reset">
<p></form>
</body>
</html>
Comment 1•24 years ago
|
||
This is a duplicate of Bug 61893 - "Form data not being mailed when using
mailto: in form action attribute (eg <form action=mailto:user@company.com>)"
*** This bug has been marked as a duplicate of 61893 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•