Closed
Bug 299893
Opened 19 years ago
Closed 19 years ago
The JavaScript is not executing de submit.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: diogo, Unassigned)
References
()
Details
Attachments
(2 files)
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 In the page http://www.netmake.com.br/red.html the form are not doing the submit, but in before the form, if i put any string ... the submit works ... i can see in http://www.netmake.com.br/red.html. Reproducible: Always Steps to Reproduce: 1. Just create a form that dont display nothing 2. Try to submit throught javascript 3. Actual Results: The Firefox dont do nothing. A blank page is showed. Expected Results: Execute the submit
| Reporter | ||
Comment 1•19 years ago
|
||
| Reporter | ||
Comment 2•19 years ago
|
||
Comment 3•19 years ago
|
||
The text that you put there makes Firefox open the missing BODY tag for you. Without the text the script is part of the HEAD element in the page. Fix your HTML to include the missing BODY element. This bug is invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•