Closed
Bug 2633
Opened 26 years ago
Closed 26 years ago
NOFRAMES tag
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P2)
Tracking
()
CLOSED
INVALID
M4
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.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 2•26 years ago
|
||
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.
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 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
•