Closed
Bug 97443
Opened 24 years ago
Closed 24 years ago
page with upper and lower frames, clicking on button in upper frame cannot submit() the lower frame back to a server.
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: geisj, Assigned: pollmann)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801
BuildID: 2001080104
I have (locally) a page with 2 frames. The top frame buttons or
select box when selected submits the bottom frame and a new
page is loaded in the bottom frame. This does not work under
mozilla.
Reproducible: Always
Steps to Reproduce:
Basically the desription has it.
Expected Results: lower frame to be submitted.
The command I use is:
parent.frames['dataframe'].document.forms[0].submit();
Comment 1•24 years ago
|
||
Could you attach the files to this bug using
http://bugzilla.mozilla.org/createattachment.cgi?id=97443 ?
Are there any errors in the JS console when you do this?
| Reporter | ||
Comment 2•24 years ago
|
||
There are no javascript in the console window.
Comment 3•24 years ago
|
||
Jerry, could you please attach a reduced testcase in this bug so that we can
reproduce and find the cause of this bug?
To do it, first attach the two frames to this bug, note their url, then attach
the frameset with the frame urls as frame src's. This will make our job much
easier, thanks!
| Reporter | ||
Comment 4•24 years ago
|
||
Gents,
After further investigation I'm not sure it is a problem with Mozilla.
Items were defaulting and using layers[] which I now see is not
supported under mozilla. Not part of W3c. So I will investigate further
how to change the code and create a new bug once I narrow down what is
happening.
Please close this bug.
Comment 5•24 years ago
|
||
This will help you: http://sites.netscape.net/ekrockhome/standards.html
Thanks for answering, marking Invalid for now.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•