Closed Bug 100027 Opened 23 years ago Closed 23 years ago

method=post does not work (submit form)

Categories

(Core :: DOM: Core & HTML, defect)

x86
Windows 98
defect
Not set
major

Tracking

()

VERIFIED DUPLICATE of bug 61893

People

(Reporter: e.mailme, Assigned: rods)

References

()

Details

From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4) Gecko/20010913 BuildID: 2001091301 Submitting a form via method=post opens the e-mail program, but the fomr data is not there (the textfield is emty). Netscape 4.7 and IE 6 do it the right way. Reproducible: Always Steps to Reproduce: 1.Go to http://www.china.de/ and choose "Kontakt" 2.Fill out the form 3.click on submit Actual Results: e-mail programm opens but the formdata is not in the e-mail body Expected Results: e-mail programm opens and formdata is in the e-mail body I tried it with a very simple form (from selfhtml), and was able to reproduce the error: ______________________________________ <html> <head> <title>test</title> </head> <body> <form action="mailto:e@mail.address" method=post enctype="text/plain"> Geben Sie Ihre Zahlungsweise an: <input type=radio name="Zahlmethode" value="Mastercard"> Mastercard <br> <input type=radio name="Zahlmethode" value="Visa"> Visa <br> <input type=radio name="Zahlmethode" value="AmericanExpress"> American Express <p>Geben Sie bei der Pizzabestellung die gew&uuml;nschten Zutaten an:</p> <input type=checkbox name="zutat" value="salami"> Salami<br> </p> <input type=submit value="Absenden"> <input type=reset value="Abbrechen"> </form> </body> </html> ______________________________________ IE 6 can submitt this form successfully
*** This bug has been marked as a duplicate of 61893 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
verifying duplicate
Status: RESOLVED → VERIFIED
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.