Closed Bug 2633 Opened 26 years ago Closed 26 years ago

NOFRAMES tag

Categories

(Core :: Layout: Images, Video, and HTML Frames, defect, P2)

x86
Windows 98
defect

Tracking

()

CLOSED INVALID

People

(Reporter: fornixon, Assigned: karnaze)

References

()

Details

DISCOVERED USING NGLAYOUT WIN32 BINARY OF 22 JANUARY 1998 It seems that when NGLayout encounters the NOFRAMES tag, it uses it, even though it is able to display the frames. Removing the NOFRAMES tag allows the frame to be displayed. In the URL, the top frame is not shown, as it uses the following code from index.html: <html> <head> <TITLE>Welcome to Holy Trinity High School</TITLE> <frameset rows="45,*" border="0"> <frame name="Top" src="top.html" scrolling=no noresize marginwidth=0> <frame name="Main" src="myt.html" marginheight=3 marginwidth=3 scrolling=auto noresize> </frameset> <NOFRAMES> <html> <head> <META http-equiv="refresh" content="1; url=myt.html"> <title>Standby...</title> </head> </html> </NOFRAMES> </html> ..and redirects. In this case, removing the NOFRAMES section fixed the problem, however this tag is common on the web and Mozilla should not be using it.
Setting all current Open/Normal to M4.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
The above url doesn't appear to be valid, but the test case (which was to be in the top frame of the url) appears to work as a top level document in the viewer using a 3/1 NT debug build.
Status: RESOLVED → CLOSED
Closing
Product: Core → Core Graveyard
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.